Html Css Color HEX #BC35EC Medium Orchid

📋 copy color: '#BC35EC'

red 188 ◦ green 53 ◦ blue 236

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

Shades of Medium Orchid #BC35EC

Tints of Medium Orchid #BC35EC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.11%

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 39.41%
G = 11.11%
B = 49.48%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC35EC (or 0xBC35EC) is known color: Medium Orchid. HEX triplet: BC, 35 and EC. RGB value is (188,53,236). Sum of RGB (Red+Green+Blue) = 188+53+236=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC35EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC35EC is #43CA13. Grayscale: #717171. Windows color (decimal): -4442644 or 15480252. OLE color: 15480252.

HSL color Cylindrical-coordinate representation of color #BC35EC: hue angle of 284.26º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC35EC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 53 236 -
CMYK 0.20 0.78 0 0.07
HSL 284.26º 0.83% 0.57% -
HSV(B) 284.26º 0.78% 0.93% -
XYZ 37.15 19.29 81.12 -
YUV 114.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 188 53 236 0.20 0.78 0 0.07 284.26 0.83 0.57
Hex BC 35 EC 14 4E 0 7 11C 53 39
Octal 274 65 354 24 116 0 7 434 123 71
Binary 10111100 110101 11101100 10100 1001110 0 111 100011100 1010011 111001

Color Harmonies of #BC35EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35EC

Black with #BC35EC

Text Example


Text Example

White with #BC35EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35EC; }

 p { color: rgb(188,53,236); }

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

background-color css

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

 a { background-color: rgb(188,53,236); }

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

border-color css

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

 span { border-color: rgb(188,53,236); }

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