Html Css Color HEX #BA35ED Medium Orchid

📋 copy color: '#BA35ED'

red 186 ◦ green 53 ◦ blue 237

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

Shades of Medium Orchid #BA35ED

Tints of Medium Orchid #BA35ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 39.08%
G = 11.13%
B = 49.79%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA35ED (or 0xBA35ED) is known color: Medium Orchid. HEX triplet: BA, 35 and ED. RGB value is (186,53,237). Sum of RGB (Red+Green+Blue) = 186+53+237=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA35ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35ED is #45CA12. Grayscale: #717171. Windows color (decimal): -4573715 or 15545786. OLE color: 15545786.

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

Color convert

RGB 186 53 237 -
CMYK 0.22 0.78 0 0.07
HSL 283.37º 0.84% 0.57% -
HSV(B) 283.37º 0.78% 0.93% -
XYZ 36.81 19.1 81.87 -
YUV 113.74 197.56 179.54 -
System Red Green Blue C M Y K H S L
Decimal 186 53 237 0.22 0.78 0 0.07 283.37 0.84 0.57
Hex BA 35 ED 16 4E 0 7 11B 54 39
Octal 272 65 355 26 116 0 7 433 124 71
Binary 10111010 110101 11101101 10110 1001110 0 111 100011011 1010100 111001

Color Harmonies of #BA35ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35ED

Black with #BA35ED

Text Example


Text Example

White with #BA35ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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