Html Css Color HEX #B98FFD Perfume

📋 copy color: '#B98FFD'

red 185 ◦ green 143 ◦ blue 253

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

Shades of Perfume #B98FFD

Tints of Perfume #B98FFD

RGB

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

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

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

R = 31.84%
G = 24.61%
B = 43.55%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B98FFD (or 0xB98FFD) is known color: Perfume. HEX triplet: B9, 8F and FD. RGB value is (185,143,253). Sum of RGB (Red+Green+Blue) = 185+143+253=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #B98FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FFD is #467002. Grayscale: #A7A7A7. Windows color (decimal): -4616195 or 16617401. OLE color: 16617401.

HSL color Cylindrical-coordinate representation of color #B98FFD: hue angle of 262.91º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B98FFD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 143 253 -
CMYK 0.27 0.43 0 0.01
HSL 262.91º 0.96% 0.78% -
HSV(B) 262.91º 0.43% 0.99% -
XYZ 47.56 37.05 97.57 -
YUV 168.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 185 143 253 0.27 0.43 0 0.01 262.91 0.96 0.78
Hex B9 8F FD 1B 2B 0 1 107 60 4E
Octal 271 217 375 33 53 0 1 407 140 116
Binary 10111001 10001111 11111101 11011 101011 0 1 100000111 1100000 1001110

Color Harmonies of #B98FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FFD

Black with #B98FFD

Text Example


Text Example

White with #B98FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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