Html Css Color HEX #BA6FF1 Heliotrope

📋 copy color: '#BA6FF1'

red 186 ◦ green 111 ◦ blue 241

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

Shades of Heliotrope #BA6FF1

Tints of Heliotrope #BA6FF1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.63%

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 34.57%
G = 20.63%
B = 44.8%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA6FF1 (or 0xBA6FF1) is known color: Heliotrope. HEX triplet: BA, 6F and F1. RGB value is (186,111,241). Sum of RGB (Red+Green+Blue) = 186+111+241=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA6FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FF1 is #45900E. Grayscale: #939393. Windows color (decimal): -4558863 or 15822778. OLE color: 15822778.

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

Color convert

RGB 186 111 241 -
CMYK 0.23 0.54 0 0.05
HSL 274.62º 0.82% 0.69% -
HSV(B) 274.62º 0.54% 0.95% -
XYZ 41.81 28.16 86.45 -
YUV 148.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 186 111 241 0.23 0.54 0 0.05 274.62 0.82 0.69
Hex BA 6F F1 17 36 0 5 113 52 45
Octal 272 157 361 27 66 0 5 423 122 105
Binary 10111010 1101111 11110001 10111 110110 0 101 100010011 1010010 1000101

Color Harmonies of #BA6FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FF1

Black with #BA6FF1

Text Example


Text Example

White with #BA6FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FF1; }

 p { color: rgb(186,111,241); }

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

background-color css

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

 a { background-color: rgb(186,111,241); }

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

border-color css

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

 span { border-color: rgb(186,111,241); }

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