Html Css Color HEX #BC32EF Medium Orchid

📋 copy color: '#BC32EF'

red 188 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #BC32EF

Tints of Medium Orchid #BC32EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.1%

R = 39.41%
G = 10.48%
B = 50.1%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC32EF (or 0xBC32EF) is known color: Medium Orchid. HEX triplet: BC, 32 and EF. RGB value is (188,50,239). Sum of RGB (Red+Green+Blue) = 188+50+239=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC32EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32EF is #43CD10. Grayscale: #707070. Windows color (decimal): -4443409 or 15676092. OLE color: 15676092.

HSL color Cylindrical-coordinate representation of color #BC32EF: hue angle of 283.81º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC32EF is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 50 239 -
CMYK 0.21 0.79 0 0.06
HSL 283.81º 0.86% 0.57% -
HSV(B) 283.81º 0.79% 0.94% -
XYZ 37.46 19.2 83.39 -
YUV 112.81 199.22 181.63 -
System Red Green Blue C M Y K H S L
Decimal 188 50 239 0.21 0.79 0 0.06 283.81 0.86 0.57
Hex BC 32 EF 15 4F 0 6 11C 56 39
Octal 274 62 357 25 117 0 6 434 126 71
Binary 10111100 110010 11101111 10101 1001111 0 110 100011100 1010110 111001

Color Harmonies of #BC32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32EF

Black with #BC32EF

Text Example


Text Example

White with #BC32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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