Html Css Color HEX #BA67F8 Heliotrope

📋 copy color: '#BA67F8'

red 186 ◦ green 103 ◦ blue 248

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

Shades of Heliotrope #BA67F8

Tints of Heliotrope #BA67F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.18%

R = 34.64%
G = 19.18%
B = 46.18%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA67F8 (or 0xBA67F8) is known color: Heliotrope. HEX triplet: BA, 67 and F8. RGB value is (186,103,248). Sum of RGB (Red+Green+Blue) = 186+103+248=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA67F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67F8 is #459807. Grayscale: #8F8F8F. Windows color (decimal): -4560904 or 16279482. OLE color: 16279482.

HSL color Cylindrical-coordinate representation of color #BA67F8: hue angle of 274.34º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA67F8 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 103 248 -
CMYK 0.25 0.58 0 0.03
HSL 274.34º 0.91% 0.69% -
HSV(B) 274.34º 0.58% 0.97% -
XYZ 42.04 26.92 91.79 -
YUV 144.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 186 103 248 0.25 0.58 0 0.03 274.34 0.91 0.69
Hex BA 67 F8 19 3A 0 3 112 5B 45
Octal 272 147 370 31 72 0 3 422 133 105
Binary 10111010 1100111 11111000 11001 111010 0 11 100010010 1011011 1000101

Color Harmonies of #BA67F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67F8

Black with #BA67F8

Text Example


Text Example

White with #BA67F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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