Html Css Color HEX #BB55DC Medium Orchid

📋 copy color: '#BB55DC'

red 187 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #BB55DC

Tints of Medium Orchid #BB55DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.28%

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

R = 38.01%
G = 17.28%
B = 44.72%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB55DC (or 0xBB55DC) is known color: Medium Orchid. HEX triplet: BB, 55 and DC. RGB value is (187,85,220). Sum of RGB (Red+Green+Blue) = 187+85+220=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55DC is #44AA23. Grayscale: #828282. Windows color (decimal): -4500004 or 14439867. OLE color: 14439867.

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

Color convert

RGB 187 85 220 -
CMYK 0.15 0.61 0 0.14
HSL 285.33º 0.66% 0.6% -
HSV(B) 285.33º 0.61% 0.86% -
XYZ 36.66 22.23 70.07 -
YUV 130.89 178.29 168.02 -
System Red Green Blue C M Y K H S L
Decimal 187 85 220 0.15 0.61 0 0.14 285.33 0.66 0.6
Hex BB 55 DC F 3D 0 E 11D 42 3C
Octal 273 125 334 17 75 0 16 435 102 74
Binary 10111011 1010101 11011100 1111 111101 0 1110 100011101 1000010 111100

Color Harmonies of #BB55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55DC

Black with #BB55DC

Text Example


Text Example

White with #BB55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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