Html Css Color HEX #BB90FD Perfume

📋 copy color: '#BB90FD'

red 187 ◦ green 144 ◦ blue 253

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

Shades of Perfume #BB90FD

Tints of Perfume #BB90FD

RGB

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

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

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

R = 32.02%
G = 24.66%
B = 43.32%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB90FD (or 0xBB90FD) is known color: Perfume. HEX triplet: BB, 90 and FD. RGB value is (187,144,253). Sum of RGB (Red+Green+Blue) = 187+144+253=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90FD is #446F02. Grayscale: #A8A8A8. Windows color (decimal): -4484867 or 16617659. OLE color: 16617659.

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

Color convert

RGB 187 144 253 -
CMYK 0.26 0.43 0 0.01
HSL 263.67º 0.96% 0.78% -
HSV(B) 263.67º 0.43% 0.99% -
XYZ 48.2 37.6 97.65 -
YUV 169.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 187 144 253 0.26 0.43 0 0.01 263.67 0.96 0.78
Hex BB 90 FD 1A 2B 0 1 108 60 4E
Octal 273 220 375 32 53 0 1 410 140 116
Binary 10111011 10010000 11111101 11010 101011 0 1 100001000 1100000 1001110

Color Harmonies of #BB90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90FD

Black with #BB90FD

Text Example


Text Example

White with #BB90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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