Html Css Color HEX #BA83FF Heliotrope

📋 copy color: '#BA83FF'

red 186 ◦ green 131 ◦ blue 255

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

Shades of Heliotrope #BA83FF

Tints of Heliotrope #BA83FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.58%

R = 32.52%
G = 22.9%
B = 44.58%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA83FF (or 0xBA83FF) is known color: Heliotrope. HEX triplet: BA, 83 and FF. RGB value is (186,131,255). Sum of RGB (Red+Green+Blue) = 186+131+255=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83FF is #457C00. Grayscale: #A1A1A1. Windows color (decimal): -4553729 or 16745402. OLE color: 16745402.

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

Color convert

RGB 186 131 255 -
CMYK 0.27 0.49 0 0
HSL 266.61º 1% 0.76% -
HSV(B) 266.61º 0.49% 1% -
XYZ 46.42 33.89 98.7 -
YUV 161.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 186 131 255 0.27 0.49 0 0 266.61 1 0.76
Hex BA 83 FF 1B 31 0 0 10B 64 4C
Octal 272 203 377 33 61 0 0 413 144 114
Binary 10111010 10000011 11111111 11011 110001 0 0 100001011 1100100 1001100

Color Harmonies of #BA83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83FF

Black with #BA83FF

Text Example


Text Example

White with #BA83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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