Html Css Color HEX #BB90F9 Perfume

📋 copy color: '#BB90F9'

red 187 ◦ green 144 ◦ blue 249

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

Shades of Perfume #BB90F9

Tints of Perfume #BB90F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.93%

R = 32.24%
G = 24.83%
B = 42.93%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB90F9 (or 0xBB90F9) is known color: Perfume. HEX triplet: BB, 90 and F9. RGB value is (187,144,249). Sum of RGB (Red+Green+Blue) = 187+144+249=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB90F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90F9 is #446F06. Grayscale: #A8A8A8. Windows color (decimal): -4484871 or 16355515. OLE color: 16355515.

HSL color Cylindrical-coordinate representation of color #BB90F9: hue angle of 264.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB90F9 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 144 249 -
CMYK 0.25 0.42 0 0.02
HSL 264.57º 0.9% 0.77% -
HSV(B) 264.57º 0.42% 0.98% -
XYZ 47.57 37.35 94.32 -
YUV 168.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 187 144 249 0.25 0.42 0 0.02 264.57 0.9 0.77
Hex BB 90 F9 19 2A 0 2 109 5A 4D
Octal 273 220 371 31 52 0 2 411 132 115
Binary 10111011 10010000 11111001 11001 101010 0 10 100001001 1011010 1001101

Color Harmonies of #BB90F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90F9

Black with #BB90F9

Text Example


Text Example

White with #BB90F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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