Html Css Color HEX #BC55DB Medium Orchid

📋 copy color: '#BC55DB'

red 188 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #BC55DB

Tints of Medium Orchid #BC55DB

RGB

 RED value IS 188 (73.83% from 255) = 38.21%

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 38.21%
G = 17.28%
B = 44.51%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC55DB (or 0xBC55DB) is known color: Medium Orchid. HEX triplet: BC, 55 and DB. RGB value is (188,85,219). Sum of RGB (Red+Green+Blue) = 188+85+219=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55DB is #43AA24. Grayscale: #828282. Windows color (decimal): -4434469 or 14374332. OLE color: 14374332.

HSL color Cylindrical-coordinate representation of color #BC55DB: hue angle of 286.12º degrees, saturation: 0.65, 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 #BC55DB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 85 219 -
CMYK 0.14 0.61 0 0.14
HSL 286.12º 0.65% 0.6% -
HSV(B) 286.12º 0.61% 0.86% -
XYZ 36.77 22.3 69.38 -
YUV 131.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 188 85 219 0.14 0.61 0 0.14 286.12 0.65 0.6
Hex BC 55 DB E 3D 0 E 11E 41 3C
Octal 274 125 333 16 75 0 16 436 101 74
Binary 10111100 1010101 11011011 1110 111101 0 1110 100011110 1000001 111100

Color Harmonies of #BC55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55DB

Black with #BC55DB

Text Example


Text Example

White with #BC55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55DB; }

 p { color: rgb(188,85,219); }

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

background-color css

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

 a { background-color: rgb(188,85,219); }

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

border-color css

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

 span { border-color: rgb(188,85,219); }

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