Html Css Color HEX #B990FD Perfume

📋 copy color: '#B990FD'

red 185 ◦ green 144 ◦ blue 253

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

Shades of Perfume #B990FD

Tints of Perfume #B990FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.74%

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

R = 31.79%
G = 24.74%
B = 43.47%

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

#B990FD (or 0xB990FD) is known color: Perfume. HEX triplet: B9, 90 and FD. RGB value is (185,144,253). Sum of RGB (Red+Green+Blue) = 185+144+253=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #B990FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990FD is #466F02. Grayscale: #A8A8A8. Windows color (decimal): -4615939 or 16617657. OLE color: 16617657.

HSL color Cylindrical-coordinate representation of color #B990FD: hue angle of 262.57º 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 #B990FD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 144 253 -
CMYK 0.27 0.43 0 0.01
HSL 262.57º 0.96% 0.78% -
HSV(B) 262.57º 0.43% 0.99% -
XYZ 47.71 37.35 97.62 -
YUV 168.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 185 144 253 0.27 0.43 0 0.01 262.57 0.96 0.78
Hex B9 90 FD 1B 2B 0 1 107 60 4E
Octal 271 220 375 33 53 0 1 407 140 116
Binary 10111001 10010000 11111101 11011 101011 0 1 100000111 1100000 1001110

Color Harmonies of #B990FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990FD

Black with #B990FD

Text Example


Text Example

White with #B990FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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