Html Css Color HEX #BA5FC9 Medium Orchid

📋 copy color: '#BA5FC9'

red 186 ◦ green 95 ◦ blue 201

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

Shades of Medium Orchid #BA5FC9

Tints of Medium Orchid #BA5FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.7%

R = 38.59%
G = 19.71%
B = 41.7%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA5FC9 (or 0xBA5FC9) is known color: Medium Orchid. HEX triplet: BA, 5F and C9. RGB value is (186,95,201). Sum of RGB (Red+Green+Blue) = 186+95+201=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA5FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FC9 is #45A036. Grayscale: #858585. Windows color (decimal): -4562999 or 13197242. OLE color: 13197242.

HSL color Cylindrical-coordinate representation of color #BA5FC9: hue angle of 291.51º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5FC9 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 95 201 -
CMYK 0.07 0.53 0 0.21
HSL 291.51º 0.5% 0.58% -
HSV(B) 291.51º 0.53% 0.79% -
XYZ 34.88 22.84 57.83 -
YUV 134.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 186 95 201 0.07 0.53 0 0.21 291.51 0.5 0.58
Hex BA 5F C9 7 35 0 15 124 32 3A
Octal 272 137 311 7 65 0 25 444 62 72
Binary 10111010 1011111 11001001 111 110101 0 10101 100100100 110010 111010

Color Harmonies of #BA5FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FC9

Black with #BA5FC9

Text Example


Text Example

White with #BA5FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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