Html Css Color HEX #BB45CB Medium Orchid

📋 copy color: '#BB45CB'

red 187 ◦ green 69 ◦ blue 203

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

Shades of Medium Orchid #BB45CB

Tints of Medium Orchid #BB45CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.03%

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

R = 40.74%
G = 15.03%
B = 44.23%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB45CB (or 0xBB45CB) is known color: Medium Orchid. HEX triplet: BB, 45 and CB. RGB value is (187,69,203). Sum of RGB (Red+Green+Blue) = 187+69+203=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB45CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45CB is #44BA34. Grayscale: #777777. Windows color (decimal): -4504117 or 13321659. OLE color: 13321659.

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

Color convert

RGB 187 69 203 -
CMYK 0.08 0.66 0 0.20
HSL 292.84º 0.56% 0.53% -
HSV(B) 292.84º 0.66% 0.8% -
XYZ 33.4 19.13 58.43 -
YUV 119.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 187 69 203 0.08 0.66 0 0.20 292.84 0.56 0.53
Hex BB 45 CB 8 42 0 14 125 38 35
Octal 273 105 313 10 102 0 24 445 70 65
Binary 10111011 1000101 11001011 1000 1000010 0 10100 100100101 111000 110101

Color Harmonies of #BB45CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45CB

Black with #BB45CB

Text Example


Text Example

White with #BB45CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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