Html Css Color HEX #BA35F0 Medium Orchid

📋 copy color: '#BA35F0'

red 186 ◦ green 53 ◦ blue 240

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

Shades of Medium Orchid #BA35F0

Tints of Medium Orchid #BA35F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.1%

R = 38.83%
G = 11.06%
B = 50.1%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA35F0 (or 0xBA35F0) is known color: Medium Orchid. HEX triplet: BA, 35 and F0. RGB value is (186,53,240). Sum of RGB (Red+Green+Blue) = 186+53+240=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA35F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35F0 is #45CA0F. Grayscale: #717171. Windows color (decimal): -4573712 or 15742394. OLE color: 15742394.

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

Color convert

RGB 186 53 240 -
CMYK 0.22 0.78 0 0.06
HSL 282.67º 0.86% 0.57% -
HSV(B) 282.67º 0.78% 0.94% -
XYZ 37.25 19.28 84.2 -
YUV 114.09 199.06 179.29 -
System Red Green Blue C M Y K H S L
Decimal 186 53 240 0.22 0.78 0 0.06 282.67 0.86 0.57
Hex BA 35 F0 16 4E 0 6 11B 56 39
Octal 272 65 360 26 116 0 6 433 126 71
Binary 10111010 110101 11110000 10110 1001110 0 110 100011011 1010110 111001

Color Harmonies of #BA35F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35F0

Black with #BA35F0

Text Example


Text Example

White with #BA35F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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