Html Css Color HEX #BA83FE Heliotrope

📋 copy color: '#BA83FE'

red 186 ◦ green 131 ◦ blue 254

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

Shades of Heliotrope #BA83FE

Tints of Heliotrope #BA83FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.94%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 32.57%
G = 22.94%
B = 44.48%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA83FE (or 0xBA83FE) is known color: Heliotrope. HEX triplet: BA, 83 and FE. RGB value is (186,131,254). Sum of RGB (Red+Green+Blue) = 186+131+254=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83FE is #457C01. Grayscale: #A1A1A1. Windows color (decimal): -4553730 or 16679866. OLE color: 16679866.

HSL color Cylindrical-coordinate representation of color #BA83FE: hue angle of 266.83º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA83FE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 131 254 -
CMYK 0.27 0.48 0 0.00
HSL 266.83º 0.98% 0.75% -
HSV(B) 266.83º 0.48% 1% -
XYZ 46.26 33.83 97.86 -
YUV 161.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 186 131 254 0.27 0.48 0 0.00 266.83 0.98 0.75
Hex BA 83 FE 1B 30 0 0 10B 62 4B
Octal 272 203 376 33 60 0 0 413 142 113
Binary 10111010 10000011 11111110 11011 110000 0 0 100001011 1100010 1001011

Color Harmonies of #BA83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83FE

Black with #BA83FE

Text Example


Text Example

White with #BA83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83FE; }

 p { color: rgb(186,131,254); }

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

background-color css

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

 a { background-color: rgb(186,131,254); }

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

border-color css

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

 span { border-color: rgb(186,131,254); }

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