Html Css Color HEX #BA2FE9 Medium Orchid

📋 copy color: '#BA2FE9'

red 186 ◦ green 47 ◦ blue 233

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

Shades of Medium Orchid #BA2FE9

Tints of Medium Orchid #BA2FE9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.09%

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

R = 39.91%
G = 10.09%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA2FE9 (or 0xBA2FE9) is known color: Medium Orchid. HEX triplet: BA, 2F and E9. RGB value is (186,47,233). Sum of RGB (Red+Green+Blue) = 186+47+233=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA2FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FE9 is #45D016. Grayscale: #6D6D6D. Windows color (decimal): -4575255 or 15282106. OLE color: 15282106.

HSL color Cylindrical-coordinate representation of color #BA2FE9: hue angle of 284.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2FE9 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 47 233 -
CMYK 0.20 0.80 0 0.09
HSL 284.84º 0.81% 0.55% -
HSV(B) 284.84º 0.8% 0.91% -
XYZ 35.97 18.36 78.74 -
YUV 109.77 197.55 182.38 -
System Red Green Blue C M Y K H S L
Decimal 186 47 233 0.20 0.80 0 0.09 284.84 0.81 0.55
Hex BA 2F E9 14 50 0 9 11D 51 37
Octal 272 57 351 24 120 0 11 435 121 67
Binary 10111010 101111 11101001 10100 1010000 0 1001 100011101 1010001 110111

Color Harmonies of #BA2FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FE9

Black with #BA2FE9

Text Example


Text Example

White with #BA2FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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