Html Css Color HEX #BA60FB Heliotrope

📋 copy color: '#BA60FB'

red 186 ◦ green 96 ◦ blue 251

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

Shades of Heliotrope #BA60FB

Tints of Heliotrope #BA60FB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.01%

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

R = 34.9%
G = 18.01%
B = 47.09%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA60FB (or 0xBA60FB) is known color: Heliotrope. HEX triplet: BA, 60 and FB. RGB value is (186,96,251). Sum of RGB (Red+Green+Blue) = 186+96+251=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60FB is #459F04. Grayscale: #8C8C8C. Windows color (decimal): -4562693 or 16474298. OLE color: 16474298.

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

Color convert

RGB 186 96 251 -
CMYK 0.26 0.62 0 0.02
HSL 274.84º 0.95% 0.68% -
HSV(B) 274.84º 0.62% 0.98% -
XYZ 41.85 25.77 94.04 -
YUV 140.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 186 96 251 0.26 0.62 0 0.02 274.84 0.95 0.68
Hex BA 60 FB 1A 3E 0 2 113 5F 44
Octal 272 140 373 32 76 0 2 423 137 104
Binary 10111010 1100000 11111011 11010 111110 0 10 100010011 1011111 1000100

Color Harmonies of #BA60FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60FB

Black with #BA60FB

Text Example


Text Example

White with #BA60FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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