Html Css Color HEX #BB4CCB Medium Orchid

📋 copy color: '#BB4CCB'

red 187 ◦ green 76 ◦ blue 203

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

Shades of Medium Orchid #BB4CCB

Tints of Medium Orchid #BB4CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.31%

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 40.13%
G = 16.31%
B = 43.56%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB4CCB (or 0xBB4CCB) is known color: Medium Orchid. HEX triplet: BB, 4C and CB. RGB value is (187,76,203). Sum of RGB (Red+Green+Blue) = 187+76+203=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB4CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CCB is #44B334. Grayscale: #7B7B7B. Windows color (decimal): -4502325 or 13323451. OLE color: 13323451.

HSL color Cylindrical-coordinate representation of color #BB4CCB: hue angle of 292.44º degrees, saturation: 0.55, 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 #BB4CCB is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 76 203 -
CMYK 0.08 0.63 0 0.20
HSL 292.44º 0.55% 0.55% -
HSV(B) 292.44º 0.63% 0.8% -
XYZ 33.86 20.05 58.58 -
YUV 123.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 187 76 203 0.08 0.63 0 0.20 292.44 0.55 0.55
Hex BB 4C CB 8 3F 0 14 124 37 37
Octal 273 114 313 10 77 0 24 444 67 67
Binary 10111011 1001100 11001011 1000 111111 0 10100 100100100 110111 110111

Color Harmonies of #BB4CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CCB

Black with #BB4CCB

Text Example


Text Example

White with #BB4CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CCB; }

 p { color: rgb(187,76,203); }

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

background-color css

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

 a { background-color: rgb(187,76,203); }

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

border-color css

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

 span { border-color: rgb(187,76,203); }

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