Html Css Color HEX #BB37DC Medium Orchid

📋 copy color: '#BB37DC'

red 187 ◦ green 55 ◦ blue 220

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

Shades of Medium Orchid #BB37DC

Tints of Medium Orchid #BB37DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.9%

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

R = 40.48%
G = 11.9%
B = 47.62%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB37DC (or 0xBB37DC) is known color: Medium Orchid. HEX triplet: BB, 37 and DC. RGB value is (187,55,220). Sum of RGB (Red+Green+Blue) = 187+55+220=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37DC is #44C823. Grayscale: #707070. Windows color (decimal): -4507684 or 14432187. OLE color: 14432187.

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

Color convert

RGB 187 55 220 -
CMYK 0.15 0.75 0 0.14
HSL 288º 0.7% 0.54% -
HSV(B) 288º 0.75% 0.86% -
XYZ 34.78 18.46 69.44 -
YUV 113.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 187 55 220 0.15 0.75 0 0.14 288 0.7 0.54
Hex BB 37 DC F 4B 0 E 120 46 36
Octal 273 67 334 17 113 0 16 440 106 66
Binary 10111011 110111 11011100 1111 1001011 0 1110 100100000 1000110 110110

Color Harmonies of #BB37DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37DC

Black with #BB37DC

Text Example


Text Example

White with #BB37DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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