Html Css Color HEX #BA51EF Medium Orchid

📋 copy color: '#BA51EF'

red 186 ◦ green 81 ◦ blue 239

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

Shades of Medium Orchid #BA51EF

Tints of Medium Orchid #BA51EF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.01%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 36.76%
G = 16.01%
B = 47.23%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA51EF (or 0xBA51EF) is known color: Medium Orchid. HEX triplet: BA, 51 and EF. RGB value is (186,81,239). Sum of RGB (Red+Green+Blue) = 186+81+239=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA51EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51EF is #45AE10. Grayscale: #818181. Windows color (decimal): -4566545 or 15684026. OLE color: 15684026.

HSL color Cylindrical-coordinate representation of color #BA51EF: hue angle of 279.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA51EF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 81 239 -
CMYK 0.22 0.66 0 0.06
HSL 279.87º 0.83% 0.63% -
HSV(B) 279.87º 0.66% 0.94% -
XYZ 38.77 22.56 83.97 -
YUV 130.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 186 81 239 0.22 0.66 0 0.06 279.87 0.83 0.63
Hex BA 51 EF 16 42 0 6 118 53 3F
Octal 272 121 357 26 102 0 6 430 123 77
Binary 10111010 1010001 11101111 10110 1000010 0 110 100011000 1010011 111111

Color Harmonies of #BA51EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51EF

Black with #BA51EF

Text Example


Text Example

White with #BA51EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51EF; }

 p { color: rgb(186,81,239); }

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

background-color css

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

 a { background-color: rgb(186,81,239); }

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

border-color css

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

 span { border-color: rgb(186,81,239); }

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