Html Css Color HEX #BA82FB Heliotrope

📋 copy color: '#BA82FB'

red 186 ◦ green 130 ◦ blue 251

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

Shades of Heliotrope #BA82FB

Tints of Heliotrope #BA82FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 32.8%
G = 22.93%
B = 44.27%

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

#BA82FB (or 0xBA82FB) is known color: Heliotrope. HEX triplet: BA, 82 and FB. RGB value is (186,130,251). Sum of RGB (Red+Green+Blue) = 186+130+251=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA82FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82FB is #457D04. Grayscale: #A0A0A0. Windows color (decimal): -4553989 or 16483002. OLE color: 16483002.

HSL color Cylindrical-coordinate representation of color #BA82FB: hue angle of 267.77º degrees, saturation: 0.94, 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 #BA82FB is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 130 251 -
CMYK 0.26 0.48 0 0.02
HSL 267.77º 0.94% 0.75% -
HSV(B) 267.77º 0.48% 0.98% -
XYZ 45.64 33.37 95.3 -
YUV 160.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 186 130 251 0.26 0.48 0 0.02 267.77 0.94 0.75
Hex BA 82 FB 1A 30 0 2 10C 5E 4B
Octal 272 202 373 32 60 0 2 414 136 113
Binary 10111010 10000010 11111011 11010 110000 0 10 100001100 1011110 1001011

Color Harmonies of #BA82FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82FB

Black with #BA82FB

Text Example


Text Example

White with #BA82FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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