Html Css Color HEX #BF73CC Medium Orchid

📋 copy color: '#BF73CC'

red 191 ◦ green 115 ◦ blue 204

#BF73CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF73CC

Tints of Medium Orchid #BF73CC

RGB

 RED value IS 191 (75% from 255) = 37.45%

 GREEN value IS 115 (45.31% from 255) = 22.55%

 BLUE value IS 204 (80.08% from 255) = 40%

R = 37.45%
G = 22.55%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF73CC (or 0xBF73CC) is known color: Medium Orchid. HEX triplet: BF, 73 and CC. RGB value is (191,115,204). Sum of RGB (Red+Green+Blue) = 191+115+204=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73CC is #408C33. Grayscale: #939393. Windows color (decimal): -4230196 or 13398975. OLE color: 13398975.

HSL color Cylindrical-coordinate representation of color #BF73CC: hue angle of 291.24º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF73CC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 115 204 -
CMYK 0.06 0.44 0 0.2
HSL 291.24º 0.47% 0.63% -
HSV(B) 291.24º 0.44% 0.8% -
XYZ 38.52 27.7 60.44 -
YUV 147.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 191 115 204 0.06 0.44 0 0.2 291.24 0.47 0.63
Hex BF 73 CC 6 2C 0 14 123 2F 3F
Octal 277 163 314 6 54 0 24 443 57 77
Binary 10111111 1110011 11001100 110 101100 0 10100 100100011 101111 111111

Color Harmonies of #BF73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73CC

Black with #BF73CC

Text Example


Text Example

White with #BF73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73CC; }

 p { color: rgb(191,115,204); }

 H1.HeaderClassName
 {
   color: #BF73CC;
 }
 .AnyTagClassName
 {
   color: #BF73CC;
 }
</style>

background-color css

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

 a { background-color: rgb(191,115,204); }

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

border-color css

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

 span { border-color: rgb(191,115,204); }

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