Html Css Color HEX #B794DB Biloba Flower

📋 copy color: '#B794DB'

red 183 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #B794DB

Tints of Biloba Flower #B794DB

RGB

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

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

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

R = 33.27%
G = 26.91%
B = 39.82%

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

#B794DB (or 0xB794DB) is known color: Biloba Flower. HEX triplet: B7, 94 and DB. RGB value is (183,148,219). Sum of RGB (Red+Green+Blue) = 183+148+219=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B794DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794DB is #486B24. Grayscale: #A6A6A6. Windows color (decimal): -4746021 or 14390455. OLE color: 14390455.

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

Color convert

RGB 183 148 219 -
CMYK 0.16 0.32 0 0.14
HSL 269.58º 0.5% 0.72% -
HSV(B) 269.58º 0.32% 0.86% -
XYZ 42.9 36.36 71.78 -
YUV 166.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 183 148 219 0.16 0.32 0 0.14 269.58 0.5 0.72
Hex B7 94 DB 10 20 0 E 10E 32 48
Octal 267 224 333 20 40 0 16 416 62 110
Binary 10110111 10010100 11011011 10000 100000 0 1110 100001110 110010 1001000

Color Harmonies of #B794DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B794DB

Black with #B794DB

Text Example


Text Example

White with #B794DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B794DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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