Html Css Color HEX #BA72FB Heliotrope

📋 copy color: '#BA72FB'

red 186 ◦ green 114 ◦ blue 251

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

Shades of Heliotrope #BA72FB

Tints of Heliotrope #BA72FB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.69%

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

R = 33.76%
G = 20.69%
B = 45.55%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA72FB (or 0xBA72FB) is known color: Heliotrope. HEX triplet: BA, 72 and FB. RGB value is (186,114,251). Sum of RGB (Red+Green+Blue) = 186+114+251=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA72FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72FB is #458D04. Grayscale: #969696. Windows color (decimal): -4558085 or 16478906. OLE color: 16478906.

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

Color convert

RGB 186 114 251 -
CMYK 0.26 0.55 0 0.02
HSL 271.53º 0.94% 0.72% -
HSV(B) 271.53º 0.55% 0.98% -
XYZ 43.68 29.44 94.65 -
YUV 151.15 184.35 152.86 -
System Red Green Blue C M Y K H S L
Decimal 186 114 251 0.26 0.55 0 0.02 271.53 0.94 0.72
Hex BA 72 FB 1A 37 0 2 110 5E 48
Octal 272 162 373 32 67 0 2 420 136 110
Binary 10111010 1110010 11111011 11010 110111 0 10 100010000 1011110 1001000

Color Harmonies of #BA72FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72FB

Black with #BA72FB

Text Example


Text Example

White with #BA72FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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