Html Css Color HEX #BB47CC Medium Orchid

📋 copy color: '#BB47CC'

red 187 ◦ green 71 ◦ blue 204

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

Shades of Medium Orchid #BB47CC

Tints of Medium Orchid #BB47CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 40.48%
G = 15.37%
B = 44.16%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB47CC (or 0xBB47CC) is known color: Medium Orchid. HEX triplet: BB, 47 and CC. RGB value is (187,71,204). Sum of RGB (Red+Green+Blue) = 187+71+204=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47CC is #44B833. Grayscale: #787878. Windows color (decimal): -4503604 or 13387707. OLE color: 13387707.

HSL color Cylindrical-coordinate representation of color #BB47CC: hue angle of 292.33º degrees, saturation: 0.57, 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 #BB47CC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 71 204 -
CMYK 0.08 0.65 0 0.2
HSL 292.33º 0.57% 0.54% -
HSV(B) 292.33º 0.65% 0.8% -
XYZ 33.65 19.43 59.1 -
YUV 120.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 187 71 204 0.08 0.65 0 0.2 292.33 0.57 0.54
Hex BB 47 CC 8 41 0 14 124 39 36
Octal 273 107 314 10 101 0 24 444 71 66
Binary 10111011 1000111 11001100 1000 1000001 0 10100 100100100 111001 110110

Color Harmonies of #BB47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB47CC

Black with #BB47CC

Text Example


Text Example

White with #BB47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB47CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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