Html Css Color HEX #BB73CC Medium Orchid

📋 copy color: '#BB73CC'

red 187 ◦ green 115 ◦ blue 204

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

Shades of Medium Orchid #BB73CC

Tints of Medium Orchid #BB73CC

RGB

 RED value IS 187 (73.44% from 255) = 36.96%

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

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

R = 36.96%
G = 22.73%
B = 40.32%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB73CC (or 0xBB73CC) is known color: Medium Orchid. HEX triplet: BB, 73 and CC. RGB value is (187,115,204). Sum of RGB (Red+Green+Blue) = 187+115+204=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73CC is #448C33. Grayscale: #929292. Windows color (decimal): -4492340 or 13398971. OLE color: 13398971.

HSL color Cylindrical-coordinate representation of color #BB73CC: hue angle of 288.54º 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 #BB73CC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 115 204 -
CMYK 0.08 0.44 0 0.2
HSL 288.54º 0.47% 0.63% -
HSV(B) 288.54º 0.44% 0.8% -
XYZ 37.52 27.19 60.4 -
YUV 146.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 187 115 204 0.08 0.44 0 0.2 288.54 0.47 0.63
Hex BB 73 CC 8 2C 0 14 121 2F 3F
Octal 273 163 314 10 54 0 24 441 57 77
Binary 10111011 1110011 11001100 1000 101100 0 10100 100100001 101111 111111

Color Harmonies of #BB73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73CC

Black with #BB73CC

Text Example


Text Example

White with #BB73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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