Html Css Color HEX #BC52DB Medium Orchid

📋 copy color: '#BC52DB'

red 188 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #BC52DB

Tints of Medium Orchid #BC52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.77%

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

R = 38.45%
G = 16.77%
B = 44.79%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC52DB (or 0xBC52DB) is known color: Medium Orchid. HEX triplet: BC, 52 and DB. RGB value is (188,82,219). Sum of RGB (Red+Green+Blue) = 188+82+219=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52DB is #43AD24. Grayscale: #808080. Windows color (decimal): -4435237 or 14373564. OLE color: 14373564.

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

Color convert

RGB 188 82 219 -
CMYK 0.14 0.63 0 0.14
HSL 286.42º 0.66% 0.59% -
HSV(B) 286.42º 0.63% 0.86% -
XYZ 36.54 21.84 69.31 -
YUV 129.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 188 82 219 0.14 0.63 0 0.14 286.42 0.66 0.59
Hex BC 52 DB E 3F 0 E 11E 42 3B
Octal 274 122 333 16 77 0 16 436 102 73
Binary 10111100 1010010 11011011 1110 111111 0 1110 100011110 1000010 111011

Color Harmonies of #BC52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52DB

Black with #BC52DB

Text Example


Text Example

White with #BC52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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