#BF43CD

Color #BF43CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BF43CD

Tints of Medium Orchid #BF43CD

Color information

#BF43CD (or 0xBF43CD) is unknown color: approx Medium Orchid. HEX triplet: BF, 43 and CD. RGB value is (191,67,205). Sum of RGB (Red+Green+Blue) = 191+67+205=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF43CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43CD is #40BC32. Grayscale: #777777. Windows color (decimal): -4242483 or 13452223. OLE color: 13452223.

HSL color Cylindrical-coordinate representation of color #BF43CD: hue angle of 293.91º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF43CD is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19167205-
CMYK0.070.6700.20
HSL293.91º57.98%53.33%-
HSV(B)293.91º67.32%80.39%-
XYZ34.5119.559.7-
YUV119.81176.08178.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 67 (26.56% from 255) = 14.47%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=41.25%
G=14.47%
B=44.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191672050.070.6700.20293.9157.9853.33
HexBF43CD7430141263a35
Octal27710331571030244467265
Binary101111111000011110011011111000011010100100100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF43CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF43CD; }

 p { color: rgb(191,67,205); }

 H1.HeaderClassName
 {
   color: #BF43CD;
 }
 .AnyTagClassName
 {
   color: #BF43CD;
 }
</style>
background-color css

<style>
 a { background-color: #BF43CD; }

 a { background-color: rgb(191,67,205); }

 div.DivClassName
 {
   background-color: #BF43CD;
 }
 .BgClassName
 {
   background-color: #BF43CD;
 }
</style>
border-color css

<style>
 span { border-color: #BF43CD; }

 span { border-color: rgb(191,67,205); }

 td.TdClassName
 {
   border-color: #BF43CD;
 }
 .TagClassName
 {
   border-color: #BF43CD;
 }
</style>