Html Css Color HEX #B990FE Perfume

📋 copy color: '#B990FE'

red 185 ◦ green 144 ◦ blue 254

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

Shades of Perfume #B990FE

Tints of Perfume #B990FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 31.73%
G = 24.7%
B = 43.57%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B990FE (or 0xB990FE) is known color: Perfume. HEX triplet: B9, 90 and FE. RGB value is (185,144,254). Sum of RGB (Red+Green+Blue) = 185+144+254=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #B990FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990FE is #466F01. Grayscale: #A8A8A8. Windows color (decimal): -4615938 or 16683193. OLE color: 16683193.

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

Color convert

RGB 185 144 254 -
CMYK 0.27 0.43 0 0.00
HSL 262.36º 0.98% 0.78% -
HSV(B) 262.36º 0.43% 1% -
XYZ 47.87 37.42 98.47 -
YUV 168.8 176.08 139.56 -
System Red Green Blue C M Y K H S L
Decimal 185 144 254 0.27 0.43 0 0.00 262.36 0.98 0.78
Hex B9 90 FE 1B 2B 0 0 106 62 4E
Octal 271 220 376 33 53 0 0 406 142 116
Binary 10111001 10010000 11111110 11011 101011 0 0 100000110 1100010 1001110

Color Harmonies of #B990FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990FE

Black with #B990FE

Text Example


Text Example

White with #B990FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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