Html Css Color HEX #BA98F1 Perfume

📋 copy color: '#BA98F1'

red 186 ◦ green 152 ◦ blue 241

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

Shades of Perfume #BA98F1

Tints of Perfume #BA98F1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.25%

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 32.12%
G = 26.25%
B = 41.62%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA98F1 (or 0xBA98F1) is known color: Perfume. HEX triplet: BA, 98 and F1. RGB value is (186,152,241). Sum of RGB (Red+Green+Blue) = 186+152+241=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA98F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98F1 is #45670E. Grayscale: #ABABAB. Windows color (decimal): -4548367 or 15833274. OLE color: 15833274.

HSL color Cylindrical-coordinate representation of color #BA98F1: hue angle of 262.92º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA98F1 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 152 241 -
CMYK 0.23 0.37 0 0.05
HSL 262.92º 0.76% 0.77% -
HSV(B) 262.92º 0.37% 0.95% -
XYZ 47.36 39.25 88.3 -
YUV 172.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 186 152 241 0.23 0.37 0 0.05 262.92 0.76 0.77
Hex BA 98 F1 17 25 0 5 107 4C 4D
Octal 272 230 361 27 45 0 5 407 114 115
Binary 10111010 10011000 11110001 10111 100101 0 101 100000111 1001100 1001101

Color Harmonies of #BA98F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98F1

Black with #BA98F1

Text Example


Text Example

White with #BA98F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98F1; }

 p { color: rgb(186,152,241); }

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

background-color css

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

 a { background-color: rgb(186,152,241); }

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

border-color css

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

 span { border-color: rgb(186,152,241); }

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