Html Css Color HEX #BC52EE Medium Orchid

📋 copy color: '#BC52EE'

red 188 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #BC52EE

Tints of Medium Orchid #BC52EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.85%

R = 37.01%
G = 16.14%
B = 46.85%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC52EE (or 0xBC52EE) is known color: Medium Orchid. HEX triplet: BC, 52 and EE. RGB value is (188,82,238). Sum of RGB (Red+Green+Blue) = 188+82+238=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC52EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC52EE is #43AD11. Grayscale: #828282. Windows color (decimal): -4435218 or 15618748. OLE color: 15618748.

HSL color Cylindrical-coordinate representation of color #BC52EE: hue angle of 280.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC52EE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 82 238 -
CMYK 0.21 0.66 0 0.07
HSL 280.77º 0.82% 0.63% -
HSV(B) 280.77º 0.66% 0.93% -
XYZ 39.19 22.9 83.24 -
YUV 131.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 188 82 238 0.21 0.66 0 0.07 280.77 0.82 0.63
Hex BC 52 EE 15 42 0 7 119 52 3F
Octal 274 122 356 25 102 0 7 431 122 77
Binary 10111100 1010010 11101110 10101 1000010 0 111 100011001 1010010 111111

Color Harmonies of #BC52EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52EE

Black with #BC52EE

Text Example


Text Example

White with #BC52EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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