Html Css Color HEX #BA7BFA Heliotrope

📋 copy color: '#BA7BFA'

red 186 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #BA7BFA

Tints of Heliotrope #BA7BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 33.27%
G = 22%
B = 44.72%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA7BFA (or 0xBA7BFA) is known color: Heliotrope. HEX triplet: BA, 7B and FA. RGB value is (186,123,250). Sum of RGB (Red+Green+Blue) = 186+123+250=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BFA is #458405. Grayscale: #9B9B9B. Windows color (decimal): -4555782 or 16415674. OLE color: 16415674.

HSL color Cylindrical-coordinate representation of color #BA7BFA: hue angle of 269.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA7BFA is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 123 250 -
CMYK 0.26 0.51 0 0.02
HSL 269.76º 0.93% 0.73% -
HSV(B) 269.76º 0.51% 0.98% -
XYZ 44.59 31.51 94.17 -
YUV 156.32 180.87 149.17 -
System Red Green Blue C M Y K H S L
Decimal 186 123 250 0.26 0.51 0 0.02 269.76 0.93 0.73
Hex BA 7B FA 1A 33 0 2 10E 5D 49
Octal 272 173 372 32 63 0 2 416 135 111
Binary 10111010 1111011 11111010 11010 110011 0 10 100001110 1011101 1001001

Color Harmonies of #BA7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BFA

Black with #BA7BFA

Text Example


Text Example

White with #BA7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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