Html Css Color HEX #B993FC Perfume

📋 copy color: '#B993FC'

red 185 ◦ green 147 ◦ blue 252

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

Shades of Perfume #B993FC

Tints of Perfume #B993FC

RGB

 RED value IS 185 (72.66% from 255) = 31.68%

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

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

R = 31.68%
G = 25.17%
B = 43.15%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B993FC (or 0xB993FC) is known color: Perfume. HEX triplet: B9, 93 and FC. RGB value is (185,147,252). Sum of RGB (Red+Green+Blue) = 185+147+252=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #B993FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993FC is #466C03. Grayscale: #A9A9A9. Windows color (decimal): -4615172 or 16552889. OLE color: 16552889.

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

Color convert

RGB 185 147 252 -
CMYK 0.27 0.42 0 0.01
HSL 261.71º 0.95% 0.78% -
HSV(B) 261.71º 0.42% 0.99% -
XYZ 48.01 38.21 96.94 -
YUV 170.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 185 147 252 0.27 0.42 0 0.01 261.71 0.95 0.78
Hex B9 93 FC 1B 2A 0 1 106 5F 4E
Octal 271 223 374 33 52 0 1 406 137 116
Binary 10111001 10010011 11111100 11011 101010 0 1 100000110 1011111 1001110

Color Harmonies of #B993FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993FC

Black with #B993FC

Text Example


Text Example

White with #B993FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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