Html Css Color HEX #BB36DC Medium Orchid

📋 copy color: '#BB36DC'

red 187 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #BB36DC

Tints of Medium Orchid #BB36DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.71%

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

R = 40.56%
G = 11.71%
B = 47.72%

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

#BB36DC (or 0xBB36DC) is known color: Medium Orchid. HEX triplet: BB, 36 and DC. RGB value is (187,54,220). Sum of RGB (Red+Green+Blue) = 187+54+220=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB36DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36DC is #44C923. Grayscale: #707070. Windows color (decimal): -4507940 or 14431931. OLE color: 14431931.

HSL color Cylindrical-coordinate representation of color #BB36DC: hue angle of 288.07º 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 #BB36DC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 54 220 -
CMYK 0.15 0.75 0 0.14
HSL 288.07º 0.7% 0.54% -
HSV(B) 288.07º 0.75% 0.86% -
XYZ 34.73 18.37 69.43 -
YUV 112.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 187 54 220 0.15 0.75 0 0.14 288.07 0.7 0.54
Hex BB 36 DC F 4B 0 E 120 46 36
Octal 273 66 334 17 113 0 16 440 106 66
Binary 10111011 110110 11011100 1111 1001011 0 1110 100100000 1000110 110110

Color Harmonies of #BB36DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB36DC

Black with #BB36DC

Text Example


Text Example

White with #BB36DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB36DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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