Html Css Color HEX #BA7BF2 Heliotrope

📋 copy color: '#BA7BF2'

red 186 ◦ green 123 ◦ blue 242

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

Shades of Heliotrope #BA7BF2

Tints of Heliotrope #BA7BF2

RGB

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

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

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

R = 33.76%
G = 22.32%
B = 43.92%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA7BF2 (or 0xBA7BF2) is known color: Heliotrope. HEX triplet: BA, 7B and F2. RGB value is (186,123,242). Sum of RGB (Red+Green+Blue) = 186+123+242=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BF2 is #45840D. Grayscale: #9A9A9A. Windows color (decimal): -4555790 or 15891386. OLE color: 15891386.

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

Color convert

RGB 186 123 242 -
CMYK 0.23 0.49 0 0.05
HSL 271.76º 0.82% 0.72% -
HSV(B) 271.76º 0.49% 0.95% -
XYZ 43.36 31.02 87.71 -
YUV 155.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 186 123 242 0.23 0.49 0 0.05 271.76 0.82 0.72
Hex BA 7B F2 17 31 0 5 110 52 48
Octal 272 173 362 27 61 0 5 420 122 110
Binary 10111010 1111011 11110010 10111 110001 0 101 100010000 1010010 1001000

Color Harmonies of #BA7BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BF2

Black with #BA7BF2

Text Example


Text Example

White with #BA7BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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