Html Css Color HEX #BB93FC Perfume

📋 copy color: '#BB93FC'

red 187 ◦ green 147 ◦ blue 252

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

Shades of Perfume #BB93FC

Tints of Perfume #BB93FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 31.91%
G = 25.09%
B = 43%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB93FC (or 0xBB93FC) is known color: Perfume. HEX triplet: BB, 93 and FC. RGB value is (187,147,252). Sum of RGB (Red+Green+Blue) = 187+147+252=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB93FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93FC is #446C03. Grayscale: #AAAAAA. Windows color (decimal): -4484100 or 16552891. OLE color: 16552891.

HSL color Cylindrical-coordinate representation of color #BB93FC: hue angle of 262.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB93FC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 147 252 -
CMYK 0.26 0.42 0 0.01
HSL 262.86º 0.95% 0.78% -
HSV(B) 262.86º 0.42% 0.99% -
XYZ 48.5 38.46 96.96 -
YUV 170.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 187 147 252 0.26 0.42 0 0.01 262.86 0.95 0.78
Hex BB 93 FC 1A 2A 0 1 107 5F 4E
Octal 273 223 374 32 52 0 1 407 137 116
Binary 10111011 10010011 11111100 11010 101010 0 1 100000111 1011111 1001110

Color Harmonies of #BB93FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93FC

Black with #BB93FC

Text Example


Text Example

White with #BB93FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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