Html Css Color HEX #BA32F5 Medium Orchid

📋 copy color: '#BA32F5'

red 186 ◦ green 50 ◦ blue 245

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

Shades of Medium Orchid #BA32F5

Tints of Medium Orchid #BA32F5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.4%

 BLUE value IS 245 (96.09% from 255) = 50.94%

R = 38.67%
G = 10.4%
B = 50.94%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA32F5 (or 0xBA32F5) is known color: Medium Orchid. HEX triplet: BA, 32 and F5. RGB value is (186,50,245). Sum of RGB (Red+Green+Blue) = 186+50+245=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA32F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32F5 is #45CD0A. Grayscale: #707070. Windows color (decimal): -4574475 or 16069306. OLE color: 16069306.

HSL color Cylindrical-coordinate representation of color #BA32F5: hue angle of 281.85º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA32F5 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 50 245 -
CMYK 0.24 0.80 0 0.04
HSL 281.85º 0.91% 0.58% -
HSV(B) 281.85º 0.8% 0.96% -
XYZ 37.87 19.31 88.12 -
YUV 112.89 202.56 180.14 -
System Red Green Blue C M Y K H S L
Decimal 186 50 245 0.24 0.80 0 0.04 281.85 0.91 0.58
Hex BA 32 F5 18 50 0 4 11A 5B 3A
Octal 272 62 365 30 120 0 4 432 133 72
Binary 10111010 110010 11110101 11000 1010000 0 100 100011010 1011011 111010

Color Harmonies of #BA32F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32F5

Black with #BA32F5

Text Example


Text Example

White with #BA32F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32F5; }

 p { color: rgb(186,50,245); }

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

background-color css

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

 a { background-color: rgb(186,50,245); }

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

border-color css

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

 span { border-color: rgb(186,50,245); }

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