Html Css Color HEX #B795DB Biloba Flower

📋 copy color: '#B795DB'

red 183 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #B795DB

Tints of Biloba Flower #B795DB

RGB

 RED value IS 183 (71.88% from 255) = 33.21%

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

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

R = 33.21%
G = 27.04%
B = 39.75%

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

#B795DB (or 0xB795DB) is known color: Biloba Flower. HEX triplet: B7, 95 and DB. RGB value is (183,149,219). Sum of RGB (Red+Green+Blue) = 183+149+219=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #B795DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795DB is #486A24. Grayscale: #A6A6A6. Windows color (decimal): -4745765 or 14390711. OLE color: 14390711.

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

Color convert

RGB 183 149 219 -
CMYK 0.16 0.32 0 0.14
HSL 269.14º 0.49% 0.72% -
HSV(B) 269.14º 0.32% 0.86% -
XYZ 43.06 36.68 71.83 -
YUV 167.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 183 149 219 0.16 0.32 0 0.14 269.14 0.49 0.72
Hex B7 95 DB 10 20 0 E 10D 31 48
Octal 267 225 333 20 40 0 16 415 61 110
Binary 10110111 10010101 11011011 10000 100000 0 1110 100001101 110001 1001000

Color Harmonies of #B795DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B795DB

Black with #B795DB

Text Example


Text Example

White with #B795DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B795DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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