Html Css Color HEX #BA68FC Heliotrope

📋 copy color: '#BA68FC'

red 186 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #BA68FC

Tints of Heliotrope #BA68FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.19%

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

R = 34.32%
G = 19.19%
B = 46.49%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA68FC (or 0xBA68FC) is known color: Heliotrope. HEX triplet: BA, 68 and FC. RGB value is (186,104,252). Sum of RGB (Red+Green+Blue) = 186+104+252=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68FC is #459703. Grayscale: #909090. Windows color (decimal): -4560644 or 16541882. OLE color: 16541882.

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

Color convert

RGB 186 104 252 -
CMYK 0.26 0.59 0 0.01
HSL 273.24º 0.96% 0.7% -
HSV(B) 273.24º 0.59% 0.99% -
XYZ 42.77 27.37 95.12 -
YUV 145.39 188.17 156.97 -
System Red Green Blue C M Y K H S L
Decimal 186 104 252 0.26 0.59 0 0.01 273.24 0.96 0.7
Hex BA 68 FC 1A 3B 0 1 111 60 46
Octal 272 150 374 32 73 0 1 421 140 106
Binary 10111010 1101000 11111100 11010 111011 0 1 100010001 1100000 1000110

Color Harmonies of #BA68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68FC

Black with #BA68FC

Text Example


Text Example

White with #BA68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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