Html Css Color HEX #B990FC Perfume

📋 copy color: '#B990FC'

red 185 ◦ green 144 ◦ blue 252

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

Shades of Perfume #B990FC

Tints of Perfume #B990FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 31.84%
G = 24.78%
B = 43.37%

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

#B990FC (or 0xB990FC) is known color: Perfume. HEX triplet: B9, 90 and FC. RGB value is (185,144,252). Sum of RGB (Red+Green+Blue) = 185+144+252=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #B990FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990FC is #466F03. Grayscale: #A8A8A8. Windows color (decimal): -4615940 or 16552121. OLE color: 16552121.

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

Color convert

RGB 185 144 252 -
CMYK 0.27 0.43 0 0.01
HSL 262.78º 0.95% 0.78% -
HSV(B) 262.78º 0.43% 0.99% -
XYZ 47.55 37.29 96.79 -
YUV 168.57 175.08 139.72 -
System Red Green Blue C M Y K H S L
Decimal 185 144 252 0.27 0.43 0 0.01 262.78 0.95 0.78
Hex B9 90 FC 1B 2B 0 1 107 5F 4E
Octal 271 220 374 33 53 0 1 407 137 116
Binary 10111001 10010000 11111100 11011 101011 0 1 100000111 1011111 1001110

Color Harmonies of #B990FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990FC

Black with #B990FC

Text Example


Text Example

White with #B990FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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