Html Css Color HEX #BB3BCB Medium Orchid

📋 copy color: '#BB3BCB'

red 187 ◦ green 59 ◦ blue 203

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

Shades of Medium Orchid #BB3BCB

Tints of Medium Orchid #BB3BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.14%

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

R = 41.65%
G = 13.14%
B = 45.21%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB3BCB (or 0xBB3BCB) is known color: Medium Orchid. HEX triplet: BB, 3B and CB. RGB value is (187,59,203). Sum of RGB (Red+Green+Blue) = 187+59+203=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB3BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3BCB is #44C434. Grayscale: #717171. Windows color (decimal): -4506677 or 13319099. OLE color: 13319099.

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

Color convert

RGB 187 59 203 -
CMYK 0.08 0.71 0 0.20
HSL 293.33º 0.58% 0.51% -
HSV(B) 293.33º 0.71% 0.8% -
XYZ 32.84 18 58.24 -
YUV 113.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 187 59 203 0.08 0.71 0 0.20 293.33 0.58 0.51
Hex BB 3B CB 8 47 0 14 125 3A 33
Octal 273 73 313 10 107 0 24 445 72 63
Binary 10111011 111011 11001011 1000 1000111 0 10100 100100101 111010 110011

Color Harmonies of #BB3BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3BCB

Black with #BB3BCB

Text Example


Text Example

White with #BB3BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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