Html Css Color HEX #BA70FD Heliotrope

📋 copy color: '#BA70FD'

red 186 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #BA70FD

Tints of Heliotrope #BA70FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.33%

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 33.76%
G = 20.33%
B = 45.92%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA70FD (or 0xBA70FD) is known color: Heliotrope. HEX triplet: BA, 70 and FD. RGB value is (186,112,253). Sum of RGB (Red+Green+Blue) = 186+112+253=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA70FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA70FD is #458F02. Grayscale: #959595. Windows color (decimal): -4558595 or 16609466. OLE color: 16609466.

HSL color Cylindrical-coordinate representation of color #BA70FD: hue angle of 271.49º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA70FD is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 112 253 -
CMYK 0.26 0.56 0 0.01
HSL 271.49º 0.97% 0.72% -
HSV(B) 271.49º 0.56% 0.99% -
XYZ 43.77 29.12 96.24 -
YUV 150.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 186 112 253 0.26 0.56 0 0.01 271.49 0.97 0.72
Hex BA 70 FD 1A 38 0 1 10F 61 48
Octal 272 160 375 32 70 0 1 417 141 110
Binary 10111010 1110000 11111101 11010 111000 0 1 100001111 1100001 1001000

Color Harmonies of #BA70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70FD

Black with #BA70FD

Text Example


Text Example

White with #BA70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70FD; }

 p { color: rgb(186,112,253); }

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

background-color css

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

 a { background-color: rgb(186,112,253); }

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

border-color css

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

 span { border-color: rgb(186,112,253); }

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