Html Css Color HEX #BB47CB Medium Orchid

📋 copy color: '#BB47CB'

red 187 ◦ green 71 ◦ blue 203

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

Shades of Medium Orchid #BB47CB

Tints of Medium Orchid #BB47CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.4%

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

R = 40.56%
G = 15.4%
B = 44.03%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB47CB (or 0xBB47CB) is known color: Medium Orchid. HEX triplet: BB, 47 and CB. RGB value is (187,71,203). Sum of RGB (Red+Green+Blue) = 187+71+203=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB47CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47CB is #44B834. Grayscale: #787878. Windows color (decimal): -4503605 or 13322171. OLE color: 13322171.

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

Color convert

RGB 187 71 203 -
CMYK 0.08 0.65 0 0.20
HSL 292.73º 0.56% 0.54% -
HSV(B) 292.73º 0.65% 0.8% -
XYZ 33.53 19.38 58.47 -
YUV 120.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 187 71 203 0.08 0.65 0 0.20 292.73 0.56 0.54
Hex BB 47 CB 8 41 0 14 125 38 36
Octal 273 107 313 10 101 0 24 445 70 66
Binary 10111011 1000111 11001011 1000 1000001 0 10100 100100101 111000 110110

Color Harmonies of #BB47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB47CB

Black with #BB47CB

Text Example


Text Example

White with #BB47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB47CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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