Html Css Color HEX #BA6DF2 Heliotrope

📋 copy color: '#BA6DF2'

red 186 ◦ green 109 ◦ blue 242

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

Shades of Heliotrope #BA6DF2

Tints of Heliotrope #BA6DF2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.3%

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 34.64%
G = 20.3%
B = 45.07%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA6DF2 (or 0xBA6DF2) is known color: Heliotrope. HEX triplet: BA, 6D and F2. RGB value is (186,109,242). Sum of RGB (Red+Green+Blue) = 186+109+242=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA6DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DF2 is #45920D. Grayscale: #929292. Windows color (decimal): -4559374 or 15887802. OLE color: 15887802.

HSL color Cylindrical-coordinate representation of color #BA6DF2: hue angle of 274.74º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6DF2 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 109 242 -
CMYK 0.23 0.55 0 0.05
HSL 274.74º 0.84% 0.69% -
HSV(B) 274.74º 0.55% 0.95% -
XYZ 41.75 27.79 87.17 -
YUV 147.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 186 109 242 0.23 0.55 0 0.05 274.74 0.84 0.69
Hex BA 6D F2 17 37 0 5 113 54 45
Octal 272 155 362 27 67 0 5 423 124 105
Binary 10111010 1101101 11110010 10111 110111 0 101 100010011 1010100 1000101

Color Harmonies of #BA6DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DF2

Black with #BA6DF2

Text Example


Text Example

White with #BA6DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DF2; }

 p { color: rgb(186,109,242); }

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

background-color css

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

 a { background-color: rgb(186,109,242); }

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

border-color css

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

 span { border-color: rgb(186,109,242); }

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