Html Css Color HEX #BB49CB Medium Orchid

📋 copy color: '#BB49CB'

red 187 ◦ green 73 ◦ blue 203

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

Shades of Medium Orchid #BB49CB

Tints of Medium Orchid #BB49CB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.77%

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

R = 40.39%
G = 15.77%
B = 43.84%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB49CB (or 0xBB49CB) is known color: Medium Orchid. HEX triplet: BB, 49 and CB. RGB value is (187,73,203). Sum of RGB (Red+Green+Blue) = 187+73+203=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB49CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49CB is #44B634. Grayscale: #797979. Windows color (decimal): -4503093 or 13322683. OLE color: 13322683.

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

Color convert

RGB 187 73 203 -
CMYK 0.08 0.64 0 0.20
HSL 292.62º 0.56% 0.54% -
HSV(B) 292.62º 0.64% 0.8% -
XYZ 33.66 19.64 58.52 -
YUV 121.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 187 73 203 0.08 0.64 0 0.20 292.62 0.56 0.54
Hex BB 49 CB 8 40 0 14 125 38 36
Octal 273 111 313 10 100 0 24 445 70 66
Binary 10111011 1001001 11001011 1000 1000000 0 10100 100100101 111000 110110

Color Harmonies of #BB49CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49CB

Black with #BB49CB

Text Example


Text Example

White with #BB49CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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