Html Css Color HEX #BA35EC Medium Orchid

📋 copy color: '#BA35EC'

red 186 ◦ green 53 ◦ blue 236

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

Shades of Medium Orchid #BA35EC

Tints of Medium Orchid #BA35EC

RGB

 RED value IS 186 (73.05% from 255) = 39.16%

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

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

R = 39.16%
G = 11.16%
B = 49.68%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA35EC (or 0xBA35EC) is known color: Medium Orchid. HEX triplet: BA, 35 and EC. RGB value is (186,53,236). Sum of RGB (Red+Green+Blue) = 186+53+236=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA35EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35EC is #45CA13. Grayscale: #717171. Windows color (decimal): -4573716 or 15480250. OLE color: 15480250.

HSL color Cylindrical-coordinate representation of color #BA35EC: hue angle of 283.61º 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 #BA35EC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 53 236 -
CMYK 0.21 0.78 0 0.07
HSL 283.61º 0.83% 0.57% -
HSV(B) 283.61º 0.78% 0.93% -
XYZ 36.66 19.04 81.1 -
YUV 113.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 186 53 236 0.21 0.78 0 0.07 283.61 0.83 0.57
Hex BA 35 EC 15 4E 0 7 11C 53 39
Octal 272 65 354 25 116 0 7 434 123 71
Binary 10111010 110101 11101100 10101 1001110 0 111 100011100 1010011 111001

Color Harmonies of #BA35EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35EC

Black with #BA35EC

Text Example


Text Example

White with #BA35EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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