Html Css Color HEX #BA69F6 Heliotrope

📋 copy color: '#BA69F6'

red 186 ◦ green 105 ◦ blue 246

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

Shades of Heliotrope #BA69F6

Tints of Heliotrope #BA69F6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.55%

 BLUE value IS 246 (96.48% from 255) = 45.81%

R = 34.64%
G = 19.55%
B = 45.81%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA69F6 (or 0xBA69F6) is known color: Heliotrope. HEX triplet: BA, 69 and F6. RGB value is (186,105,246). Sum of RGB (Red+Green+Blue) = 186+105+246=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA69F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69F6 is #459609. Grayscale: #909090. Windows color (decimal): -4560394 or 16148922. OLE color: 16148922.

HSL color Cylindrical-coordinate representation of color #BA69F6: hue angle of 274.47º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA69F6 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 105 246 -
CMYK 0.24 0.57 0 0.04
HSL 274.47º 0.89% 0.69% -
HSV(B) 274.47º 0.57% 0.96% -
XYZ 41.94 27.2 90.23 -
YUV 145.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 186 105 246 0.24 0.57 0 0.04 274.47 0.89 0.69
Hex BA 69 F6 18 39 0 4 112 59 45
Octal 272 151 366 30 71 0 4 422 131 105
Binary 10111010 1101001 11110110 11000 111001 0 100 100010010 1011001 1000101

Color Harmonies of #BA69F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69F6

Black with #BA69F6

Text Example


Text Example

White with #BA69F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69F6; }

 p { color: rgb(186,105,246); }

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

background-color css

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

 a { background-color: rgb(186,105,246); }

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

border-color css

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

 span { border-color: rgb(186,105,246); }

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