Html Css Color HEX #BA6AFB Heliotrope

📋 copy color: '#BA6AFB'

red 186 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #BA6AFB

Tints of Heliotrope #BA6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.52%

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

R = 34.25%
G = 19.52%
B = 46.22%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA6AFB (or 0xBA6AFB) is known color: Heliotrope. HEX triplet: BA, 6A and FB. RGB value is (186,106,251). Sum of RGB (Red+Green+Blue) = 186+106+251=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA6AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AFB is #459504. Grayscale: #919191. Windows color (decimal): -4560133 or 16476858. OLE color: 16476858.

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

Color convert

RGB 186 106 251 -
CMYK 0.26 0.58 0 0.02
HSL 273.1º 0.95% 0.7% -
HSV(B) 273.1º 0.58% 0.98% -
XYZ 42.82 27.71 94.36 -
YUV 146.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 186 106 251 0.26 0.58 0 0.02 273.1 0.95 0.7
Hex BA 6A FB 1A 3A 0 2 111 5F 46
Octal 272 152 373 32 72 0 2 421 137 106
Binary 10111010 1101010 11111011 11010 111010 0 10 100010001 1011111 1000110

Color Harmonies of #BA6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AFB

Black with #BA6AFB

Text Example


Text Example

White with #BA6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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