Html Css Color HEX #BA67F6 Heliotrope

📋 copy color: '#BA67F6'

red 186 ◦ green 103 ◦ blue 246

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

Shades of Heliotrope #BA67F6

Tints of Heliotrope #BA67F6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.25%

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

R = 34.77%
G = 19.25%
B = 45.98%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA67F6 (or 0xBA67F6) is known color: Heliotrope. HEX triplet: BA, 67 and F6. RGB value is (186,103,246). Sum of RGB (Red+Green+Blue) = 186+103+246=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA67F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67F6 is #459809. Grayscale: #8F8F8F. Windows color (decimal): -4560906 or 16148410. OLE color: 16148410.

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

Color convert

RGB 186 103 246 -
CMYK 0.24 0.58 0 0.04
HSL 274.83º 0.89% 0.68% -
HSV(B) 274.83º 0.58% 0.96% -
XYZ 41.73 26.79 90.16 -
YUV 144.12 185.5 157.87 -
System Red Green Blue C M Y K H S L
Decimal 186 103 246 0.24 0.58 0 0.04 274.83 0.89 0.68
Hex BA 67 F6 18 3A 0 4 113 59 44
Octal 272 147 366 30 72 0 4 423 131 104
Binary 10111010 1100111 11110110 11000 111010 0 100 100010011 1011001 1000100

Color Harmonies of #BA67F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67F6

Black with #BA67F6

Text Example


Text Example

White with #BA67F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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