Html Css Color HEX #BA6CFB Heliotrope

📋 copy color: '#BA6CFB'

red 186 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #BA6CFB

Tints of Heliotrope #BA6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.82%

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

R = 34.13%
G = 19.82%
B = 46.06%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA6CFB (or 0xBA6CFB) is known color: Heliotrope. HEX triplet: BA, 6C and FB. RGB value is (186,108,251). Sum of RGB (Red+Green+Blue) = 186+108+251=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CFB is #459304. Grayscale: #939393. Windows color (decimal): -4559621 or 16477370. OLE color: 16477370.

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

Color convert

RGB 186 108 251 -
CMYK 0.26 0.57 0 0.02
HSL 272.73º 0.95% 0.7% -
HSV(B) 272.73º 0.57% 0.98% -
XYZ 43.02 28.13 94.43 -
YUV 147.62 186.34 155.37 -
System Red Green Blue C M Y K H S L
Decimal 186 108 251 0.26 0.57 0 0.02 272.73 0.95 0.7
Hex BA 6C FB 1A 39 0 2 111 5F 46
Octal 272 154 373 32 71 0 2 421 137 106
Binary 10111010 1101100 11111011 11010 111001 0 10 100010001 1011111 1000110

Color Harmonies of #BA6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CFB

Black with #BA6CFB

Text Example


Text Example

White with #BA6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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