Html Css Color HEX #BB94F1 Perfume

📋 copy color: '#BB94F1'

red 187 ◦ green 148 ◦ blue 241

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

Shades of Perfume #BB94F1

Tints of Perfume #BB94F1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.69%

 BLUE value IS 241 (94.53% from 255) = 41.84%

R = 32.47%
G = 25.69%
B = 41.84%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB94F1 (or 0xBB94F1) is known color: Perfume. HEX triplet: BB, 94 and F1. RGB value is (187,148,241). Sum of RGB (Red+Green+Blue) = 187+148+241=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB94F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB94F1 is #446B0E. Grayscale: #A9A9A9. Windows color (decimal): -4483855 or 15832251. OLE color: 15832251.

HSL color Cylindrical-coordinate representation of color #BB94F1: hue angle of 265.16º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB94F1 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 148 241 -
CMYK 0.22 0.39 0 0.05
HSL 265.16º 0.77% 0.76% -
HSV(B) 265.16º 0.39% 0.95% -
XYZ 46.96 38.1 88.1 -
YUV 170.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 187 148 241 0.22 0.39 0 0.05 265.16 0.77 0.76
Hex BB 94 F1 16 27 0 5 109 4D 4C
Octal 273 224 361 26 47 0 5 411 115 114
Binary 10111011 10010100 11110001 10110 100111 0 101 100001001 1001101 1001100

Color Harmonies of #BB94F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94F1

Black with #BB94F1

Text Example


Text Example

White with #BB94F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94F1; }

 p { color: rgb(187,148,241); }

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

background-color css

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

 a { background-color: rgb(187,148,241); }

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

border-color css

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

 span { border-color: rgb(187,148,241); }

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