Html Css Color HEX #BA7DF2 Heliotrope

📋 copy color: '#BA7DF2'

red 186 ◦ green 125 ◦ blue 242

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

Shades of Heliotrope #BA7DF2

Tints of Heliotrope #BA7DF2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.6%

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

R = 33.63%
G = 22.6%
B = 43.76%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA7DF2 (or 0xBA7DF2) is known color: Heliotrope. HEX triplet: BA, 7D and F2. RGB value is (186,125,242). Sum of RGB (Red+Green+Blue) = 186+125+242=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DF2 is #45820D. Grayscale: #9C9C9C. Windows color (decimal): -4555278 or 15891898. OLE color: 15891898.

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

Color convert

RGB 186 125 242 -
CMYK 0.23 0.48 0 0.05
HSL 271.28º 0.82% 0.72% -
HSV(B) 271.28º 0.48% 0.95% -
XYZ 43.61 31.52 87.79 -
YUV 156.58 176.21 148.99 -
System Red Green Blue C M Y K H S L
Decimal 186 125 242 0.23 0.48 0 0.05 271.28 0.82 0.72
Hex BA 7D F2 17 30 0 5 10F 52 48
Octal 272 175 362 27 60 0 5 417 122 110
Binary 10111010 1111101 11110010 10111 110000 0 101 100001111 1010010 1001000

Color Harmonies of #BA7DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DF2

Black with #BA7DF2

Text Example


Text Example

White with #BA7DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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