Html Css Color HEX #BB4BCC Medium Orchid

📋 copy color: '#BB4BCC'

red 187 ◦ green 75 ◦ blue 204

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

Shades of Medium Orchid #BB4BCC

Tints of Medium Orchid #BB4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.09%

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

R = 40.13%
G = 16.09%
B = 43.78%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB4BCC (or 0xBB4BCC) is known color: Medium Orchid. HEX triplet: BB, 4B and CC. RGB value is (187,75,204). Sum of RGB (Red+Green+Blue) = 187+75+204=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB4BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BCC is #44B433. Grayscale: #7A7A7A. Windows color (decimal): -4502580 or 13388731. OLE color: 13388731.

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

Color convert

RGB 187 75 204 -
CMYK 0.08 0.63 0 0.2
HSL 292.09º 0.56% 0.55% -
HSV(B) 292.09º 0.63% 0.8% -
XYZ 33.91 19.96 59.19 -
YUV 123.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 187 75 204 0.08 0.63 0 0.2 292.09 0.56 0.55
Hex BB 4B CC 8 3F 0 14 124 38 37
Octal 273 113 314 10 77 0 24 444 70 67
Binary 10111011 1001011 11001100 1000 111111 0 10100 100100100 111000 110111

Color Harmonies of #BB4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BCC

Black with #BB4BCC

Text Example


Text Example

White with #BB4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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