Html Css Color HEX #BA67FD Heliotrope

📋 copy color: '#BA67FD'

red 186 ◦ green 103 ◦ blue 253

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

Shades of Heliotrope #BA67FD

Tints of Heliotrope #BA67FD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19%

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

R = 34.32%
G = 19%
B = 46.68%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA67FD (or 0xBA67FD) is known color: Heliotrope. HEX triplet: BA, 67 and FD. RGB value is (186,103,253). Sum of RGB (Red+Green+Blue) = 186+103+253=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA67FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67FD is #459802. Grayscale: #909090. Windows color (decimal): -4560899 or 16607162. OLE color: 16607162.

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

Color convert

RGB 186 103 253 -
CMYK 0.26 0.59 0 0.01
HSL 273.2º 0.97% 0.7% -
HSV(B) 273.2º 0.59% 0.99% -
XYZ 42.83 27.23 95.93 -
YUV 144.92 189 157.3 -
System Red Green Blue C M Y K H S L
Decimal 186 103 253 0.26 0.59 0 0.01 273.2 0.97 0.7
Hex BA 67 FD 1A 3B 0 1 111 61 46
Octal 272 147 375 32 73 0 1 421 141 106
Binary 10111010 1100111 11111101 11010 111011 0 1 100010001 1100001 1000110

Color Harmonies of #BA67FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67FD

Black with #BA67FD

Text Example


Text Example

White with #BA67FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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