Html Css Color HEX #B994DB Biloba Flower

📋 copy color: '#B994DB'

red 185 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #B994DB

Tints of Biloba Flower #B994DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.81%

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 33.51%
G = 26.81%
B = 39.67%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B994DB (or 0xB994DB) is known color: Biloba Flower. HEX triplet: B9, 94 and DB. RGB value is (185,148,219). Sum of RGB (Red+Green+Blue) = 185+148+219=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #B994DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994DB is #466B24. Grayscale: #A6A6A6. Windows color (decimal): -4614949 or 14390457. OLE color: 14390457.

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

Color convert

RGB 185 148 219 -
CMYK 0.16 0.32 0 0.14
HSL 271.27º 0.5% 0.72% -
HSV(B) 271.27º 0.32% 0.86% -
XYZ 43.38 36.61 71.8 -
YUV 167.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 185 148 219 0.16 0.32 0 0.14 271.27 0.5 0.72
Hex B9 94 DB 10 20 0 E 10F 32 48
Octal 271 224 333 20 40 0 16 417 62 110
Binary 10111001 10010100 11011011 10000 100000 0 1110 100001111 110010 1001000

Color Harmonies of #B994DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994DB

Black with #B994DB

Text Example


Text Example

White with #B994DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994DB; }

 p { color: rgb(185,148,219); }

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

background-color css

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

 a { background-color: rgb(185,148,219); }

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

border-color css

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

 span { border-color: rgb(185,148,219); }

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