Html Css Color HEX #BA35F3 Medium Orchid

📋 copy color: '#BA35F3'

red 186 ◦ green 53 ◦ blue 243

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

Shades of Medium Orchid #BA35F3

Tints of Medium Orchid #BA35F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.41%

R = 38.59%
G = 11%
B = 50.41%

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

#BA35F3 (or 0xBA35F3) is known color: Medium Orchid. HEX triplet: BA, 35 and F3. RGB value is (186,53,243). Sum of RGB (Red+Green+Blue) = 186+53+243=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA35F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35F3 is #45CA0C. Grayscale: #717171. Windows color (decimal): -4573709 or 15939002. OLE color: 15939002.

HSL color Cylindrical-coordinate representation of color #BA35F3: hue angle of 282º degrees, saturation: 0.89, 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 #BA35F3 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 53 243 -
CMYK 0.23 0.78 0 0.05
HSL 282º 0.89% 0.58% -
HSV(B) 282º 0.78% 0.95% -
XYZ 37.7 19.46 86.56 -
YUV 114.43 200.56 179.05 -
System Red Green Blue C M Y K H S L
Decimal 186 53 243 0.23 0.78 0 0.05 282 0.89 0.58
Hex BA 35 F3 17 4E 0 5 11A 59 3A
Octal 272 65 363 27 116 0 5 432 131 72
Binary 10111010 110101 11110011 10111 1001110 0 101 100011010 1011001 111010

Color Harmonies of #BA35F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35F3

Black with #BA35F3

Text Example


Text Example

White with #BA35F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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