Html Css Color HEX #BB47DC Medium Orchid

📋 copy color: '#BB47DC'

red 187 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #BB47DC

Tints of Medium Orchid #BB47DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 39.12%
G = 14.85%
B = 46.03%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB47DC (or 0xBB47DC) is known color: Medium Orchid. HEX triplet: BB, 47 and DC. RGB value is (187,71,220). Sum of RGB (Red+Green+Blue) = 187+71+220=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47DC is #44B823. Grayscale: #7A7A7A. Windows color (decimal): -4503588 or 14436283. OLE color: 14436283.

HSL color Cylindrical-coordinate representation of color #BB47DC: hue angle of 286.71º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB47DC is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 71 220 -
CMYK 0.15 0.68 0 0.14
HSL 286.71º 0.68% 0.57% -
HSV(B) 286.71º 0.68% 0.86% -
XYZ 35.67 20.24 69.74 -
YUV 122.67 182.93 173.88 -
System Red Green Blue C M Y K H S L
Decimal 187 71 220 0.15 0.68 0 0.14 286.71 0.68 0.57
Hex BB 47 DC F 44 0 E 11F 44 39
Octal 273 107 334 17 104 0 16 437 104 71
Binary 10111011 1000111 11011100 1111 1000100 0 1110 100011111 1000100 111001

Color Harmonies of #BB47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB47DC

Black with #BB47DC

Text Example


Text Example

White with #BB47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB47DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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