Html Css Color HEX #BA7BF7 Heliotrope

📋 copy color: '#BA7BF7'

red 186 ◦ green 123 ◦ blue 247

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

Shades of Heliotrope #BA7BF7

Tints of Heliotrope #BA7BF7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.12%

 BLUE value IS 247 (96.88% from 255) = 44.42%

R = 33.45%
G = 22.12%
B = 44.42%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA7BF7 (or 0xBA7BF7) is known color: Heliotrope. HEX triplet: BA, 7B and F7. RGB value is (186,123,247). Sum of RGB (Red+Green+Blue) = 186+123+247=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA7BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BF7 is #458408. Grayscale: #9B9B9B. Windows color (decimal): -4555785 or 16219066. OLE color: 16219066.

HSL color Cylindrical-coordinate representation of color #BA7BF7: hue angle of 270.48º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7BF7 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 123 247 -
CMYK 0.25 0.50 0 0.03
HSL 270.48º 0.89% 0.73% -
HSV(B) 270.48º 0.5% 0.97% -
XYZ 44.12 31.32 91.72 -
YUV 155.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 186 123 247 0.25 0.50 0 0.03 270.48 0.89 0.73
Hex BA 7B F7 19 32 0 3 10E 59 49
Octal 272 173 367 31 62 0 3 416 131 111
Binary 10111010 1111011 11110111 11001 110010 0 11 100001110 1011001 1001001

Color Harmonies of #BA7BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BF7

Black with #BA7BF7

Text Example


Text Example

White with #BA7BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BF7; }

 p { color: rgb(186,123,247); }

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

background-color css

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

 a { background-color: rgb(186,123,247); }

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

border-color css

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

 span { border-color: rgb(186,123,247); }

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