Html Css Color HEX #BB90F0 Perfume

📋 copy color: '#BB90F0'

red 187 ◦ green 144 ◦ blue 240

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

Shades of Perfume #BB90F0

Tints of Perfume #BB90F0

RGB

 RED value IS 187 (73.44% from 255) = 32.75%

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

 BLUE value IS 240 (94.14% from 255) = 42.03%

R = 32.75%
G = 25.22%
B = 42.03%

CMYK

 C value IS 0.22

 M value IS 0.4

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB90F0 (or 0xBB90F0) is known color: Perfume. HEX triplet: BB, 90 and F0. RGB value is (187,144,240). Sum of RGB (Red+Green+Blue) = 187+144+240=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB90F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90F0 is #446F0F. Grayscale: #A7A7A7. Windows color (decimal): -4484880 or 15765691. OLE color: 15765691.

HSL color Cylindrical-coordinate representation of color #BB90F0: hue angle of 266.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB90F0 is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 144 240 -
CMYK 0.22 0.4 0 0.06
HSL 266.88º 0.76% 0.75% -
HSV(B) 266.88º 0.4% 0.94% -
XYZ 46.19 36.8 87.11 -
YUV 167.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 187 144 240 0.22 0.4 0 0.06 266.88 0.76 0.75
Hex BB 90 F0 16 28 0 6 10B 4C 4B
Octal 273 220 360 26 50 0 6 413 114 113
Binary 10111011 10010000 11110000 10110 101000 0 110 100001011 1001100 1001011

Color Harmonies of #BB90F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90F0

Black with #BB90F0

Text Example


Text Example

White with #BB90F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90F0; }

 p { color: rgb(187,144,240); }

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

background-color css

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

 a { background-color: rgb(187,144,240); }

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

border-color css

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

 span { border-color: rgb(187,144,240); }

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