Html Css Color HEX #BB93FE Perfume

📋 copy color: '#BB93FE'

red 187 ◦ green 147 ◦ blue 254

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

Shades of Perfume #BB93FE

Tints of Perfume #BB93FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25%

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 31.8%
G = 25%
B = 43.2%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB93FE (or 0xBB93FE) is known color: Perfume. HEX triplet: BB, 93 and FE. RGB value is (187,147,254). Sum of RGB (Red+Green+Blue) = 187+147+254=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93FE is #446C01. Grayscale: #AAAAAA. Windows color (decimal): -4484098 or 16683963. OLE color: 16683963.

HSL color Cylindrical-coordinate representation of color #BB93FE: hue angle of 262.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB93FE is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 147 254 -
CMYK 0.26 0.42 0 0.00
HSL 262.43º 0.98% 0.79% -
HSV(B) 262.43º 0.42% 1% -
XYZ 48.82 38.59 98.64 -
YUV 171.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 187 147 254 0.26 0.42 0 0.00 262.43 0.98 0.79
Hex BB 93 FE 1A 2A 0 0 106 62 4F
Octal 273 223 376 32 52 0 0 406 142 117
Binary 10111011 10010011 11111110 11010 101010 0 0 100000110 1100010 1001111

Color Harmonies of #BB93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93FE

Black with #BB93FE

Text Example


Text Example

White with #BB93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93FE; }

 p { color: rgb(187,147,254); }

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

background-color css

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

 a { background-color: rgb(187,147,254); }

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

border-color css

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

 span { border-color: rgb(187,147,254); }

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