Html Css Color HEX #BA80FF Heliotrope

📋 copy color: '#BA80FF'

red 186 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #BA80FF

Tints of Heliotrope #BA80FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.5%

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

R = 32.69%
G = 22.5%
B = 44.82%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA80FF (or 0xBA80FF) is known color: Heliotrope. HEX triplet: BA, 80 and FF. RGB value is (186,128,255). Sum of RGB (Red+Green+Blue) = 186+128+255=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80FF is #457F00. Grayscale: #9F9F9F. Windows color (decimal): -4554497 or 16744634. OLE color: 16744634.

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

Color convert

RGB 186 128 255 -
CMYK 0.27 0.50 0 0
HSL 267.4º 1% 0.75% -
HSV(B) 267.4º 0.5% 1% -
XYZ 46.02 33.1 98.57 -
YUV 159.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 186 128 255 0.27 0.50 0 0 267.4 1 0.75
Hex BA 80 FF 1B 32 0 0 10B 64 4B
Octal 272 200 377 33 62 0 0 413 144 113
Binary 10111010 10000000 11111111 11011 110010 0 0 100001011 1100100 1001011

Color Harmonies of #BA80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80FF

Black with #BA80FF

Text Example


Text Example

White with #BA80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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