Html Css Color HEX #BB33CB Medium Orchid

📋 copy color: '#BB33CB'

red 187 ◦ green 51 ◦ blue 203

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

Shades of Medium Orchid #BB33CB

Tints of Medium Orchid #BB33CB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.56%

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

R = 42.4%
G = 11.56%
B = 46.03%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB33CB (or 0xBB33CB) is known color: Medium Orchid. HEX triplet: BB, 33 and CB. RGB value is (187,51,203). Sum of RGB (Red+Green+Blue) = 187+51+203=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB33CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33CB is #44CC34. Grayscale: #6C6C6C. Windows color (decimal): -4508725 or 13317051. OLE color: 13317051.

HSL color Cylindrical-coordinate representation of color #BB33CB: hue angle of 293.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB33CB is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 51 203 -
CMYK 0.08 0.75 0 0.20
HSL 293.68º 0.6% 0.5% -
HSV(B) 293.68º 0.75% 0.8% -
XYZ 32.46 17.24 58.12 -
YUV 108.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 187 51 203 0.08 0.75 0 0.20 293.68 0.6 0.5
Hex BB 33 CB 8 4B 0 14 126 3C 32
Octal 273 63 313 10 113 0 24 446 74 62
Binary 10111011 110011 11001011 1000 1001011 0 10100 100100110 111100 110010

Color Harmonies of #BB33CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33CB

Black with #BB33CB

Text Example


Text Example

White with #BB33CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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