Html Css Color HEX #B98FF9 Perfume

📋 copy color: '#B98FF9'

red 185 ◦ green 143 ◦ blue 249

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

Shades of Perfume #B98FF9

Tints of Perfume #B98FF9

RGB

 RED value IS 185 (72.66% from 255) = 32.06%

 GREEN value IS 143 (56.25% from 255) = 24.78%

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

R = 32.06%
G = 24.78%
B = 43.15%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B98FF9 (or 0xB98FF9) is known color: Perfume. HEX triplet: B9, 8F and F9. RGB value is (185,143,249). Sum of RGB (Red+Green+Blue) = 185+143+249=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #B98FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FF9 is #467006. Grayscale: #A7A7A7. Windows color (decimal): -4616199 or 16355257. OLE color: 16355257.

HSL color Cylindrical-coordinate representation of color #B98FF9: hue angle of 263.77º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B98FF9 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 143 249 -
CMYK 0.26 0.43 0 0.02
HSL 263.77º 0.9% 0.77% -
HSV(B) 263.77º 0.43% 0.98% -
XYZ 46.93 36.8 94.25 -
YUV 167.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 185 143 249 0.26 0.43 0 0.02 263.77 0.9 0.77
Hex B9 8F F9 1A 2B 0 2 108 5A 4D
Octal 271 217 371 32 53 0 2 410 132 115
Binary 10111001 10001111 11111001 11010 101011 0 10 100001000 1011010 1001101

Color Harmonies of #B98FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FF9

Black with #B98FF9

Text Example


Text Example

White with #B98FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FF9; }

 p { color: rgb(185,143,249); }

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

background-color css

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

 a { background-color: rgb(185,143,249); }

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

border-color css

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

 span { border-color: rgb(185,143,249); }

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