Html Css Color HEX #BA35F2 Medium Orchid

📋 copy color: '#BA35F2'

red 186 ◦ green 53 ◦ blue 242

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

Shades of Medium Orchid #BA35F2

Tints of Medium Orchid #BA35F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 38.67%
G = 11.02%
B = 50.31%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA35F2 (or 0xBA35F2) is known color: Medium Orchid. HEX triplet: BA, 35 and F2. RGB value is (186,53,242). Sum of RGB (Red+Green+Blue) = 186+53+242=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA35F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35F2 is #45CA0D. Grayscale: #717171. Windows color (decimal): -4573710 or 15873466. OLE color: 15873466.

HSL color Cylindrical-coordinate representation of color #BA35F2: hue angle of 282.22º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA35F2 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 53 242 -
CMYK 0.23 0.78 0 0.05
HSL 282.22º 0.88% 0.58% -
HSV(B) 282.22º 0.78% 0.95% -
XYZ 37.55 19.4 85.77 -
YUV 114.31 200.06 179.13 -
System Red Green Blue C M Y K H S L
Decimal 186 53 242 0.23 0.78 0 0.05 282.22 0.88 0.58
Hex BA 35 F2 17 4E 0 5 11A 58 3A
Octal 272 65 362 27 116 0 5 432 130 72
Binary 10111010 110101 11110010 10111 1001110 0 101 100011010 1011000 111010

Color Harmonies of #BA35F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35F2

Black with #BA35F2

Text Example


Text Example

White with #BA35F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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