Html Css Color HEX #BA73FD Heliotrope

📋 copy color: '#BA73FD'

red 186 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #BA73FD

Tints of Heliotrope #BA73FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.76%

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

R = 33.57%
G = 20.76%
B = 45.67%

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

#BA73FD (or 0xBA73FD) is known color: Heliotrope. HEX triplet: BA, 73 and FD. RGB value is (186,115,253). Sum of RGB (Red+Green+Blue) = 186+115+253=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA73FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73FD is #458C02. Grayscale: #979797. Windows color (decimal): -4557827 or 16610234. OLE color: 16610234.

HSL color Cylindrical-coordinate representation of color #BA73FD: hue angle of 270.87º 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 #BA73FD is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 115 253 -
CMYK 0.26 0.55 0 0.01
HSL 270.87º 0.97% 0.72% -
HSV(B) 270.87º 0.55% 0.99% -
XYZ 44.11 29.79 96.35 -
YUV 151.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 186 115 253 0.26 0.55 0 0.01 270.87 0.97 0.72
Hex BA 73 FD 1A 37 0 1 10F 61 48
Octal 272 163 375 32 67 0 1 417 141 110
Binary 10111010 1110011 11111101 11010 110111 0 1 100001111 1100001 1001000

Color Harmonies of #BA73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73FD

Black with #BA73FD

Text Example


Text Example

White with #BA73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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