Html Css Color HEX #B993DC Biloba Flower

📋 copy color: '#B993DC'

red 185 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #B993DC

Tints of Biloba Flower #B993DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 33.51%
G = 26.63%
B = 39.86%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B993DC (or 0xB993DC) is known color: Biloba Flower. HEX triplet: B9, 93 and DC. RGB value is (185,147,220). Sum of RGB (Red+Green+Blue) = 185+147+220=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #B993DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993DC is #466C23. Grayscale: #A6A6A6. Windows color (decimal): -4615204 or 14455737. OLE color: 14455737.

HSL color Cylindrical-coordinate representation of color #B993DC: hue angle of 271.23º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B993DC is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 147 220 -
CMYK 0.16 0.33 0 0.14
HSL 271.23º 0.51% 0.72% -
HSV(B) 271.23º 0.33% 0.86% -
XYZ 43.36 36.35 72.44 -
YUV 166.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 185 147 220 0.16 0.33 0 0.14 271.23 0.51 0.72
Hex B9 93 DC 10 21 0 E 10F 33 48
Octal 271 223 334 20 41 0 16 417 63 110
Binary 10111001 10010011 11011100 10000 100001 0 1110 100001111 110011 1001000

Color Harmonies of #B993DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993DC

Black with #B993DC

Text Example


Text Example

White with #B993DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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