Html Css Color HEX #BA7CFB Heliotrope

📋 copy color: '#BA7CFB'

red 186 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #BA7CFB

Tints of Heliotrope #BA7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.1%

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

R = 33.16%
G = 22.1%
B = 44.74%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA7CFB (or 0xBA7CFB) is known color: Heliotrope. HEX triplet: BA, 7C and FB. RGB value is (186,124,251). Sum of RGB (Red+Green+Blue) = 186+124+251=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CFB is #458304. Grayscale: #9C9C9C. Windows color (decimal): -4555525 or 16481466. OLE color: 16481466.

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

Color convert

RGB 186 124 251 -
CMYK 0.26 0.51 0 0.02
HSL 269.29º 0.94% 0.74% -
HSV(B) 269.29º 0.51% 0.98% -
XYZ 44.87 31.82 95.04 -
YUV 157.02 181.04 148.67 -
System Red Green Blue C M Y K H S L
Decimal 186 124 251 0.26 0.51 0 0.02 269.29 0.94 0.74
Hex BA 7C FB 1A 33 0 2 10D 5E 4A
Octal 272 174 373 32 63 0 2 415 136 112
Binary 10111010 1111100 11111011 11010 110011 0 10 100001101 1011110 1001010

Color Harmonies of #BA7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CFB

Black with #BA7CFB

Text Example


Text Example

White with #BA7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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