Html Css Color HEX #B995DB Biloba Flower

📋 copy color: '#B995DB'

red 185 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #B995DB

Tints of Biloba Flower #B995DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.94%

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

R = 33.45%
G = 26.94%
B = 39.6%

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

#B995DB (or 0xB995DB) is known color: Biloba Flower. HEX triplet: B9, 95 and DB. RGB value is (185,149,219). Sum of RGB (Red+Green+Blue) = 185+149+219=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #B995DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995DB is #466A24. Grayscale: #A7A7A7. Windows color (decimal): -4614693 or 14390713. OLE color: 14390713.

HSL color Cylindrical-coordinate representation of color #B995DB: hue angle of 270.86º degrees, saturation: 0.49, 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 #B995DB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 149 219 -
CMYK 0.16 0.32 0 0.14
HSL 270.86º 0.49% 0.72% -
HSV(B) 270.86º 0.32% 0.86% -
XYZ 43.54 36.92 71.85 -
YUV 167.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 185 149 219 0.16 0.32 0 0.14 270.86 0.49 0.72
Hex B9 95 DB 10 20 0 E 10F 31 48
Octal 271 225 333 20 40 0 16 417 61 110
Binary 10111001 10010101 11011011 10000 100000 0 1110 100001111 110001 1001000

Color Harmonies of #B995DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995DB

Black with #B995DB

Text Example


Text Example

White with #B995DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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