Html Css Color HEX #BB75CC Medium Orchid

📋 copy color: '#BB75CC'

red 187 ◦ green 117 ◦ blue 204

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

Shades of Medium Orchid #BB75CC

Tints of Medium Orchid #BB75CC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.03%

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

R = 36.81%
G = 23.03%
B = 40.16%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB75CC (or 0xBB75CC) is known color: Medium Orchid. HEX triplet: BB, 75 and CC. RGB value is (187,117,204). Sum of RGB (Red+Green+Blue) = 187+117+204=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75CC is #448A33. Grayscale: #939393. Windows color (decimal): -4491828 or 13399483. OLE color: 13399483.

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

Color convert

RGB 187 117 204 -
CMYK 0.08 0.43 0 0.2
HSL 288.28º 0.46% 0.63% -
HSV(B) 288.28º 0.43% 0.8% -
XYZ 37.75 27.65 60.47 -
YUV 147.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 187 117 204 0.08 0.43 0 0.2 288.28 0.46 0.63
Hex BB 75 CC 8 2B 0 14 120 2E 3F
Octal 273 165 314 10 53 0 24 440 56 77
Binary 10111011 1110101 11001100 1000 101011 0 10100 100100000 101110 111111

Color Harmonies of #BB75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75CC

Black with #BB75CC

Text Example


Text Example

White with #BB75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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