Html Css Color HEX #BC32EE Medium Orchid

📋 copy color: '#BC32EE'

red 188 ◦ green 50 ◦ blue 238

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

Shades of Medium Orchid #BC32EE

Tints of Medium Orchid #BC32EE

RGB

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

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

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

R = 39.5%
G = 10.5%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC32EE (or 0xBC32EE) is known color: Medium Orchid. HEX triplet: BC, 32 and EE. RGB value is (188,50,238). Sum of RGB (Red+Green+Blue) = 188+50+238=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC32EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32EE is #43CD11. Grayscale: #707070. Windows color (decimal): -4443410 or 15610556. OLE color: 15610556.

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

Color convert

RGB 188 50 238 -
CMYK 0.21 0.79 0 0.07
HSL 284.04º 0.85% 0.56% -
HSV(B) 284.04º 0.79% 0.93% -
XYZ 37.31 19.15 82.62 -
YUV 112.69 198.72 181.71 -
System Red Green Blue C M Y K H S L
Decimal 188 50 238 0.21 0.79 0 0.07 284.04 0.85 0.56
Hex BC 32 EE 15 4F 0 7 11C 55 38
Octal 274 62 356 25 117 0 7 434 125 70
Binary 10111100 110010 11101110 10101 1001111 0 111 100011100 1010101 111000

Color Harmonies of #BC32EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32EE

Black with #BC32EE

Text Example


Text Example

White with #BC32EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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