Html Css Color HEX #BA6FFB Heliotrope

📋 copy color: '#BA6FFB'

red 186 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #BA6FFB

Tints of Heliotrope #BA6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.26%

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

R = 33.94%
G = 20.26%
B = 45.8%

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

#BA6FFB (or 0xBA6FFB) is known color: Heliotrope. HEX triplet: BA, 6F and FB. RGB value is (186,111,251). Sum of RGB (Red+Green+Blue) = 186+111+251=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FFB is #459004. Grayscale: #949494. Windows color (decimal): -4558853 or 16478138. OLE color: 16478138.

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

Color convert

RGB 186 111 251 -
CMYK 0.26 0.56 0 0.02
HSL 272.14º 0.95% 0.71% -
HSV(B) 272.14º 0.56% 0.98% -
XYZ 43.35 28.77 94.54 -
YUV 149.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 186 111 251 0.26 0.56 0 0.02 272.14 0.95 0.71
Hex BA 6F FB 1A 38 0 2 110 5F 47
Octal 272 157 373 32 70 0 2 420 137 107
Binary 10111010 1101111 11111011 11010 111000 0 10 100010000 1011111 1000111

Color Harmonies of #BA6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FFB

Black with #BA6FFB

Text Example


Text Example

White with #BA6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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