Html Css Color HEX #BA6EFB Heliotrope

📋 copy color: '#BA6EFB'

red 186 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #BA6EFB

Tints of Heliotrope #BA6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.11%

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

R = 34%
G = 20.11%
B = 45.89%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA6EFB (or 0xBA6EFB) is known color: Heliotrope. HEX triplet: BA, 6E and FB. RGB value is (186,110,251). Sum of RGB (Red+Green+Blue) = 186+110+251=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6EFB is #459104. Grayscale: #949494. Windows color (decimal): -4559109 or 16477882. OLE color: 16477882.

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

Color convert

RGB 186 110 251 -
CMYK 0.26 0.56 0 0.02
HSL 272.34º 0.95% 0.71% -
HSV(B) 272.34º 0.56% 0.98% -
XYZ 43.24 28.56 94.5 -
YUV 148.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 186 110 251 0.26 0.56 0 0.02 272.34 0.95 0.71
Hex BA 6E FB 1A 38 0 2 110 5F 47
Octal 272 156 373 32 70 0 2 420 137 107
Binary 10111010 1101110 11111011 11010 111000 0 10 100010000 1011111 1000111

Color Harmonies of #BA6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EFB

Black with #BA6EFB

Text Example


Text Example

White with #BA6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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