Html Css Color HEX #BC32DE Medium Orchid

📋 copy color: '#BC32DE'

red 188 ◦ green 50 ◦ blue 222

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

Shades of Medium Orchid #BC32DE

Tints of Medium Orchid #BC32DE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.87%

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

R = 40.87%
G = 10.87%
B = 48.26%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC32DE (or 0xBC32DE) is known color: Medium Orchid. HEX triplet: BC, 32 and DE. RGB value is (188,50,222). Sum of RGB (Red+Green+Blue) = 188+50+222=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC32DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32DE is #43CD21. Grayscale: #6E6E6E. Windows color (decimal): -4443426 or 14561980. OLE color: 14561980.

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

Color convert

RGB 188 50 222 -
CMYK 0.15 0.77 0 0.13
HSL 288.14º 0.72% 0.53% -
HSV(B) 288.14º 0.77% 0.87% -
XYZ 35.06 18.25 70.78 -
YUV 110.87 190.72 183.01 -
System Red Green Blue C M Y K H S L
Decimal 188 50 222 0.15 0.77 0 0.13 288.14 0.72 0.53
Hex BC 32 DE F 4D 0 D 120 48 35
Octal 274 62 336 17 115 0 15 440 110 65
Binary 10111100 110010 11011110 1111 1001101 0 1101 100100000 1001000 110101

Color Harmonies of #BC32DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32DE

Black with #BC32DE

Text Example


Text Example

White with #BC32DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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