Html Css Color HEX #BA35F9 Medium Orchid

📋 copy color: '#BA35F9'

red 186 ◦ green 53 ◦ blue 249

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

Shades of Medium Orchid #BA35F9

Tints of Medium Orchid #BA35F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.02%

R = 38.11%
G = 10.86%
B = 51.02%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA35F9 (or 0xBA35F9) is known color: Medium Orchid. HEX triplet: BA, 35 and F9. RGB value is (186,53,249). Sum of RGB (Red+Green+Blue) = 186+53+249=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA35F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35F9 is #45CA06. Grayscale: #727272. Windows color (decimal): -4573703 or 16332218. OLE color: 16332218.

HSL color Cylindrical-coordinate representation of color #BA35F9: hue angle of 280.71º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA35F9 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 53 249 -
CMYK 0.25 0.79 0 0.02
HSL 280.71º 0.94% 0.59% -
HSV(B) 280.71º 0.79% 0.98% -
XYZ 38.62 19.82 91.41 -
YUV 115.11 203.56 178.56 -
System Red Green Blue C M Y K H S L
Decimal 186 53 249 0.25 0.79 0 0.02 280.71 0.94 0.59
Hex BA 35 F9 19 4F 0 2 119 5E 3B
Octal 272 65 371 31 117 0 2 431 136 73
Binary 10111010 110101 11111001 11001 1001111 0 10 100011001 1011110 111011

Color Harmonies of #BA35F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35F9

Black with #BA35F9

Text Example


Text Example

White with #BA35F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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