Html Css Color HEX #BB57DC Medium Orchid

📋 copy color: '#BB57DC'

red 187 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #BB57DC

Tints of Medium Orchid #BB57DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.61%

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

R = 37.85%
G = 17.61%
B = 44.53%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB57DC (or 0xBB57DC) is known color: Medium Orchid. HEX triplet: BB, 57 and DC. RGB value is (187,87,220). Sum of RGB (Red+Green+Blue) = 187+87+220=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB57DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57DC is #44A823. Grayscale: #838383. Windows color (decimal): -4499492 or 14440379. OLE color: 14440379.

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

Color convert

RGB 187 87 220 -
CMYK 0.15 0.60 0 0.14
HSL 285.11º 0.66% 0.6% -
HSV(B) 285.11º 0.6% 0.86% -
XYZ 36.82 22.55 70.12 -
YUV 132.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 187 87 220 0.15 0.60 0 0.14 285.11 0.66 0.6
Hex BB 57 DC F 3C 0 E 11D 42 3C
Octal 273 127 334 17 74 0 16 435 102 74
Binary 10111011 1010111 11011100 1111 111100 0 1110 100011101 1000010 111100

Color Harmonies of #BB57DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57DC

Black with #BB57DC

Text Example


Text Example

White with #BB57DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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