Html Css Color HEX #BA4FE9 Medium Orchid

📋 copy color: '#BA4FE9'

red 186 ◦ green 79 ◦ blue 233

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

Shades of Medium Orchid #BA4FE9

Tints of Medium Orchid #BA4FE9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.86%

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

R = 37.35%
G = 15.86%
B = 46.79%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA4FE9 (or 0xBA4FE9) is known color: Medium Orchid. HEX triplet: BA, 4F and E9. RGB value is (186,79,233). Sum of RGB (Red+Green+Blue) = 186+79+233=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA4FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FE9 is #45B016. Grayscale: #808080. Windows color (decimal): -4567063 or 15290298. OLE color: 15290298.

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

Color convert

RGB 186 79 233 -
CMYK 0.20 0.66 0 0.09
HSL 281.69º 0.78% 0.61% -
HSV(B) 281.69º 0.66% 0.91% -
XYZ 37.75 21.91 79.33 -
YUV 128.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 186 79 233 0.20 0.66 0 0.09 281.69 0.78 0.61
Hex BA 4F E9 14 42 0 9 11A 4E 3D
Octal 272 117 351 24 102 0 11 432 116 75
Binary 10111010 1001111 11101001 10100 1000010 0 1001 100011010 1001110 111101

Color Harmonies of #BA4FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FE9

Black with #BA4FE9

Text Example


Text Example

White with #BA4FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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