Html Css Color HEX #BA67F9 Heliotrope

📋 copy color: '#BA67F9'

red 186 ◦ green 103 ◦ blue 249

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

Shades of Heliotrope #BA67F9

Tints of Heliotrope #BA67F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.28%

R = 34.57%
G = 19.14%
B = 46.28%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA67F9 (or 0xBA67F9) is known color: Heliotrope. HEX triplet: BA, 67 and F9. RGB value is (186,103,249). Sum of RGB (Red+Green+Blue) = 186+103+249=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA67F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67F9 is #459806. Grayscale: #8F8F8F. Windows color (decimal): -4560903 or 16345018. OLE color: 16345018.

HSL color Cylindrical-coordinate representation of color #BA67F9: hue angle of 274.11º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA67F9 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 103 249 -
CMYK 0.25 0.59 0 0.02
HSL 274.11º 0.92% 0.69% -
HSV(B) 274.11º 0.59% 0.98% -
XYZ 42.2 26.98 92.61 -
YUV 144.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 186 103 249 0.25 0.59 0 0.02 274.11 0.92 0.69
Hex BA 67 F9 19 3B 0 2 112 5C 45
Octal 272 147 371 31 73 0 2 422 134 105
Binary 10111010 1100111 11111001 11001 111011 0 10 100010010 1011100 1000101

Color Harmonies of #BA67F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67F9

Black with #BA67F9

Text Example


Text Example

White with #BA67F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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