Html Css Color HEX #BB39DC Medium Orchid

📋 copy color: '#BB39DC'

red 187 ◦ green 57 ◦ blue 220

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

Shades of Medium Orchid #BB39DC

Tints of Medium Orchid #BB39DC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.28%

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

R = 40.3%
G = 12.28%
B = 47.41%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB39DC (or 0xBB39DC) is known color: Medium Orchid. HEX triplet: BB, 39 and DC. RGB value is (187,57,220). Sum of RGB (Red+Green+Blue) = 187+57+220=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB39DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39DC is #44C623. Grayscale: #717171. Windows color (decimal): -4507172 or 14432699. OLE color: 14432699.

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

Color convert

RGB 187 57 220 -
CMYK 0.15 0.74 0 0.14
HSL 287.85º 0.7% 0.54% -
HSV(B) 287.85º 0.74% 0.86% -
XYZ 34.87 18.66 69.47 -
YUV 114.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 187 57 220 0.15 0.74 0 0.14 287.85 0.7 0.54
Hex BB 39 DC F 4A 0 E 120 46 36
Octal 273 71 334 17 112 0 16 440 106 66
Binary 10111011 111001 11011100 1111 1001010 0 1110 100100000 1000110 110110

Color Harmonies of #BB39DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39DC

Black with #BB39DC

Text Example


Text Example

White with #BB39DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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