Html Css Color HEX #BA7DF3 Heliotrope

📋 copy color: '#BA7DF3'

red 186 ◦ green 125 ◦ blue 243

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

Shades of Heliotrope #BA7DF3

Tints of Heliotrope #BA7DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.86%

R = 33.57%
G = 22.56%
B = 43.86%

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

#BA7DF3 (or 0xBA7DF3) is known color: Heliotrope. HEX triplet: BA, 7D and F3. RGB value is (186,125,243). Sum of RGB (Red+Green+Blue) = 186+125+243=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA7DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DF3 is #45820C. Grayscale: #9C9C9C. Windows color (decimal): -4555277 or 15957434. OLE color: 15957434.

HSL color Cylindrical-coordinate representation of color #BA7DF3: hue angle of 271.02º degrees, saturation: 0.83, 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 #BA7DF3 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 125 243 -
CMYK 0.23 0.49 0 0.05
HSL 271.02º 0.83% 0.72% -
HSV(B) 271.02º 0.49% 0.95% -
XYZ 43.76 31.58 88.58 -
YUV 156.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 186 125 243 0.23 0.49 0 0.05 271.02 0.83 0.72
Hex BA 7D F3 17 31 0 5 10F 53 48
Octal 272 175 363 27 61 0 5 417 123 110
Binary 10111010 1111101 11110011 10111 110001 0 101 100001111 1010011 1001000

Color Harmonies of #BA7DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DF3

Black with #BA7DF3

Text Example


Text Example

White with #BA7DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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