Html Css Color HEX #BB55CB Medium Orchid

📋 copy color: '#BB55CB'

red 187 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #BB55CB

Tints of Medium Orchid #BB55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.89%

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

R = 39.37%
G = 17.89%
B = 42.74%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB55CB (or 0xBB55CB) is known color: Medium Orchid. HEX triplet: BB, 55 and CB. RGB value is (187,85,203). Sum of RGB (Red+Green+Blue) = 187+85+203=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55CB is #44AA34. Grayscale: #808080. Windows color (decimal): -4500021 or 13325755. OLE color: 13325755.

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

Color convert

RGB 187 85 203 -
CMYK 0.08 0.58 0 0.20
HSL 291.86º 0.53% 0.56% -
HSV(B) 291.86º 0.58% 0.8% -
XYZ 34.52 21.37 58.81 -
YUV 128.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 187 85 203 0.08 0.58 0 0.20 291.86 0.53 0.56
Hex BB 55 CB 8 3A 0 14 124 35 38
Octal 273 125 313 10 72 0 24 444 65 70
Binary 10111011 1010101 11001011 1000 111010 0 10100 100100100 110101 111000

Color Harmonies of #BB55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55CB

Black with #BB55CB

Text Example


Text Example

White with #BB55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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