Html Css Color HEX #BA35F7 Medium Orchid

📋 copy color: '#BA35F7'

red 186 ◦ green 53 ◦ blue 247

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

Shades of Medium Orchid #BA35F7

Tints of Medium Orchid #BA35F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.82%

R = 38.27%
G = 10.91%
B = 50.82%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA35F7 (or 0xBA35F7) is known color: Medium Orchid. HEX triplet: BA, 35 and F7. RGB value is (186,53,247). Sum of RGB (Red+Green+Blue) = 186+53+247=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA35F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35F7 is #45CA08. Grayscale: #727272. Windows color (decimal): -4573705 or 16201146. OLE color: 16201146.

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

Color convert

RGB 186 53 247 -
CMYK 0.25 0.79 0 0.03
HSL 281.13º 0.92% 0.59% -
HSV(B) 281.13º 0.79% 0.97% -
XYZ 38.31 19.7 89.78 -
YUV 114.88 202.56 178.73 -
System Red Green Blue C M Y K H S L
Decimal 186 53 247 0.25 0.79 0 0.03 281.13 0.92 0.59
Hex BA 35 F7 19 4F 0 3 119 5C 3B
Octal 272 65 367 31 117 0 3 431 134 73
Binary 10111010 110101 11110111 11001 1001111 0 11 100011001 1011100 111011

Color Harmonies of #BA35F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35F7

Black with #BA35F7

Text Example


Text Example

White with #BA35F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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