Html Css Color HEX #B993DD Biloba Flower

📋 copy color: '#B993DD'

red 185 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #B993DD

Tints of Biloba Flower #B993DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 33.45%
G = 26.58%
B = 39.96%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B993DD (or 0xB993DD) is known color: Biloba Flower. HEX triplet: B9, 93 and DD. RGB value is (185,147,221). Sum of RGB (Red+Green+Blue) = 185+147+221=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #B993DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993DD is #466C22. Grayscale: #A6A6A6. Windows color (decimal): -4615203 or 14521273. OLE color: 14521273.

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

Color convert

RGB 185 147 221 -
CMYK 0.16 0.33 0 0.13
HSL 270.81º 0.52% 0.72% -
HSV(B) 270.81º 0.33% 0.87% -
XYZ 43.49 36.4 73.14 -
YUV 166.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 185 147 221 0.16 0.33 0 0.13 270.81 0.52 0.72
Hex B9 93 DD 10 21 0 D 10F 34 48
Octal 271 223 335 20 41 0 15 417 64 110
Binary 10111001 10010011 11011101 10000 100001 0 1101 100001111 110100 1001000

Color Harmonies of #B993DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993DD

Black with #B993DD

Text Example


Text Example

White with #B993DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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