Html Css Color HEX #BA82FA Heliotrope

📋 copy color: '#BA82FA'

red 186 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #BA82FA

Tints of Heliotrope #BA82FA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.97%

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 32.86%
G = 22.97%
B = 44.17%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA82FA (or 0xBA82FA) is known color: Heliotrope. HEX triplet: BA, 82 and FA. RGB value is (186,130,250). Sum of RGB (Red+Green+Blue) = 186+130+250=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82FA is #457D05. Grayscale: #A0A0A0. Windows color (decimal): -4553990 or 16417466. OLE color: 16417466.

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

Color convert

RGB 186 130 250 -
CMYK 0.26 0.48 0 0.02
HSL 268º 0.92% 0.75% -
HSV(B) 268º 0.48% 0.98% -
XYZ 45.49 33.31 94.47 -
YUV 160.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 186 130 250 0.26 0.48 0 0.02 268 0.92 0.75
Hex BA 82 FA 1A 30 0 2 10C 5C 4B
Octal 272 202 372 32 60 0 2 414 134 113
Binary 10111010 10000010 11111010 11010 110000 0 10 100001100 1011100 1001011

Color Harmonies of #BA82FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82FA

Black with #BA82FA

Text Example


Text Example

White with #BA82FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82FA; }

 p { color: rgb(186,130,250); }

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

background-color css

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

 a { background-color: rgb(186,130,250); }

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

border-color css

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

 span { border-color: rgb(186,130,250); }

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