Html Css Color HEX #BA68FD Heliotrope

📋 copy color: '#BA68FD'

red 186 ◦ green 104 ◦ blue 253

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

Shades of Heliotrope #BA68FD

Tints of Heliotrope #BA68FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 34.25%
G = 19.15%
B = 46.59%

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

#BA68FD (or 0xBA68FD) is known color: Heliotrope. HEX triplet: BA, 68 and FD. RGB value is (186,104,253). Sum of RGB (Red+Green+Blue) = 186+104+253=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68FD is #459702. Grayscale: #909090. Windows color (decimal): -4560643 or 16607418. OLE color: 16607418.

HSL color Cylindrical-coordinate representation of color #BA68FD: hue angle of 273.02º degrees, saturation: 0.97, 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 #BA68FD is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 104 253 -
CMYK 0.26 0.59 0 0.01
HSL 273.02º 0.97% 0.7% -
HSV(B) 273.02º 0.59% 0.99% -
XYZ 42.93 27.43 95.96 -
YUV 145.5 188.67 156.88 -
System Red Green Blue C M Y K H S L
Decimal 186 104 253 0.26 0.59 0 0.01 273.02 0.97 0.7
Hex BA 68 FD 1A 3B 0 1 111 61 46
Octal 272 150 375 32 73 0 1 421 141 106
Binary 10111010 1101000 11111101 11010 111011 0 1 100010001 1100001 1000110

Color Harmonies of #BA68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68FD

Black with #BA68FD

Text Example


Text Example

White with #BA68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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