Html Css Color HEX #BA6FFC Heliotrope

📋 copy color: '#BA6FFC'

red 186 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #BA6FFC

Tints of Heliotrope #BA6FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 33.88%
G = 20.22%
B = 45.9%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA6FFC (or 0xBA6FFC) is known color: Heliotrope. HEX triplet: BA, 6F and FC. RGB value is (186,111,252). Sum of RGB (Red+Green+Blue) = 186+111+252=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FFC is #459003. Grayscale: #959595. Windows color (decimal): -4558852 or 16543674. OLE color: 16543674.

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

Color convert

RGB 186 111 252 -
CMYK 0.26 0.56 0 0.01
HSL 271.91º 0.96% 0.71% -
HSV(B) 271.91º 0.56% 0.99% -
XYZ 43.5 28.84 95.37 -
YUV 149.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 186 111 252 0.26 0.56 0 0.01 271.91 0.96 0.71
Hex BA 6F FC 1A 38 0 1 110 60 47
Octal 272 157 374 32 70 0 1 420 140 107
Binary 10111010 1101111 11111100 11010 111000 0 1 100010000 1100000 1000111

Color Harmonies of #BA6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FFC

Black with #BA6FFC

Text Example


Text Example

White with #BA6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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