Html Css Color HEX #BA71FD Heliotrope

📋 copy color: '#BA71FD'

red 186 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #BA71FD

Tints of Heliotrope #BA71FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.47%

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 33.7%
G = 20.47%
B = 45.83%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA71FD (or 0xBA71FD) is known color: Heliotrope. HEX triplet: BA, 71 and FD. RGB value is (186,113,253). Sum of RGB (Red+Green+Blue) = 186+113+253=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA71FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71FD is #458E02. Grayscale: #969696. Windows color (decimal): -4558339 or 16609722. OLE color: 16609722.

HSL color Cylindrical-coordinate representation of color #BA71FD: hue angle of 271.29º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA71FD is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 113 253 -
CMYK 0.26 0.55 0 0.01
HSL 271.29º 0.97% 0.72% -
HSV(B) 271.29º 0.55% 0.99% -
XYZ 43.88 29.34 96.28 -
YUV 150.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 186 113 253 0.26 0.55 0 0.01 271.29 0.97 0.72
Hex BA 71 FD 1A 37 0 1 10F 61 48
Octal 272 161 375 32 67 0 1 417 141 110
Binary 10111010 1110001 11111101 11010 110111 0 1 100001111 1100001 1001000

Color Harmonies of #BA71FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71FD

Black with #BA71FD

Text Example


Text Example

White with #BA71FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71FD; }

 p { color: rgb(186,113,253); }

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

background-color css

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

 a { background-color: rgb(186,113,253); }

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

border-color css

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

 span { border-color: rgb(186,113,253); }

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