Html Css Color HEX #BA5FE9 Medium Orchid

📋 copy color: '#BA5FE9'

red 186 ◦ green 95 ◦ blue 233

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

Shades of Medium Orchid #BA5FE9

Tints of Medium Orchid #BA5FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.48%

 BLUE value IS 233 (91.41% from 255) = 45.33%

R = 36.19%
G = 18.48%
B = 45.33%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA5FE9 (or 0xBA5FE9) is known color: Medium Orchid. HEX triplet: BA, 5F and E9. RGB value is (186,95,233). Sum of RGB (Red+Green+Blue) = 186+95+233=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA5FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FE9 is #45A016. Grayscale: #898989. Windows color (decimal): -4562967 or 15294394. OLE color: 15294394.

HSL color Cylindrical-coordinate representation of color #BA5FE9: hue angle of 279.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA5FE9 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 95 233 -
CMYK 0.20 0.59 0 0.09
HSL 279.57º 0.76% 0.64% -
HSV(B) 279.57º 0.59% 0.91% -
XYZ 39.05 24.51 79.76 -
YUV 137.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 186 95 233 0.20 0.59 0 0.09 279.57 0.76 0.64
Hex BA 5F E9 14 3B 0 9 118 4C 40
Octal 272 137 351 24 73 0 11 430 114 100
Binary 10111010 1011111 11101001 10100 111011 0 1001 100011000 1001100 1000000

Color Harmonies of #BA5FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FE9

Black with #BA5FE9

Text Example


Text Example

White with #BA5FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FE9; }

 p { color: rgb(186,95,233); }

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

background-color css

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

 a { background-color: rgb(186,95,233); }

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

border-color css

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

 span { border-color: rgb(186,95,233); }

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