Html Css Color HEX #BC32EA Medium Orchid

📋 copy color: '#BC32EA'

red 188 ◦ green 50 ◦ blue 234

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

Shades of Medium Orchid #BC32EA

Tints of Medium Orchid #BC32EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 39.83%
G = 10.59%
B = 49.58%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC32EA (or 0xBC32EA) is known color: Medium Orchid. HEX triplet: BC, 32 and EA. RGB value is (188,50,234). Sum of RGB (Red+Green+Blue) = 188+50+234=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC32EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32EA is #43CD15. Grayscale: #6F6F6F. Windows color (decimal): -4443414 or 15348412. OLE color: 15348412.

HSL color Cylindrical-coordinate representation of color #BC32EA: hue angle of 285º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC32EA is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 50 234 -
CMYK 0.20 0.79 0 0.08
HSL 285º 0.81% 0.56% -
HSV(B) 285º 0.79% 0.92% -
XYZ 36.73 18.91 79.56 -
YUV 112.24 196.72 182.04 -
System Red Green Blue C M Y K H S L
Decimal 188 50 234 0.20 0.79 0 0.08 285 0.81 0.56
Hex BC 32 EA 14 4F 0 8 11D 51 38
Octal 274 62 352 24 117 0 10 435 121 70
Binary 10111100 110010 11101010 10100 1001111 0 1000 100011101 1010001 111000

Color Harmonies of #BC32EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32EA

Black with #BC32EA

Text Example


Text Example

White with #BC32EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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