Html Css Color HEX #BC52DE Medium Orchid

📋 copy color: '#BC52DE'

red 188 ◦ green 82 ◦ blue 222

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

Shades of Medium Orchid #BC52DE

Tints of Medium Orchid #BC52DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 38.21%
G = 16.67%
B = 45.12%

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

#BC52DE (or 0xBC52DE) is known color: Medium Orchid. HEX triplet: BC, 52 and DE. RGB value is (188,82,222). Sum of RGB (Red+Green+Blue) = 188+82+222=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC52DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52DE is #43AD21. Grayscale: #818181. Windows color (decimal): -4435234 or 14570172. OLE color: 14570172.

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

Color convert

RGB 188 82 222 -
CMYK 0.15 0.63 0 0.13
HSL 285.43º 0.68% 0.6% -
HSV(B) 285.43º 0.63% 0.87% -
XYZ 36.94 22 71.41 -
YUV 129.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 188 82 222 0.15 0.63 0 0.13 285.43 0.68 0.6
Hex BC 52 DE F 3F 0 D 11D 44 3C
Octal 274 122 336 17 77 0 15 435 104 74
Binary 10111100 1010010 11011110 1111 111111 0 1101 100011101 1000100 111100

Color Harmonies of #BC52DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52DE

Black with #BC52DE

Text Example


Text Example

White with #BC52DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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