Html Css Color HEX #BC52DD Medium Orchid

📋 copy color: '#BC52DD'

red 188 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #BC52DD

Tints of Medium Orchid #BC52DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 38.29%
G = 16.7%
B = 45.01%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC52DD (or 0xBC52DD) is known color: Medium Orchid. HEX triplet: BC, 52 and DD. RGB value is (188,82,221). Sum of RGB (Red+Green+Blue) = 188+82+221=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC52DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52DD is #43AD22. Grayscale: #818181. Windows color (decimal): -4435235 or 14504636. OLE color: 14504636.

HSL color Cylindrical-coordinate representation of color #BC52DD: hue angle of 285.76º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC52DD is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 82 221 -
CMYK 0.15 0.63 0 0.13
HSL 285.76º 0.67% 0.59% -
HSV(B) 285.76º 0.63% 0.87% -
XYZ 36.81 21.95 70.7 -
YUV 129.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 188 82 221 0.15 0.63 0 0.13 285.76 0.67 0.59
Hex BC 52 DD F 3F 0 D 11E 43 3B
Octal 274 122 335 17 77 0 15 436 103 73
Binary 10111100 1010010 11011101 1111 111111 0 1101 100011110 1000011 111011

Color Harmonies of #BC52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52DD

Black with #BC52DD

Text Example


Text Example

White with #BC52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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