Html Css Color HEX #B690DB Biloba Flower

📋 copy color: '#B690DB'

red 182 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #B690DB

Tints of Biloba Flower #B690DB

RGB

 RED value IS 182 (71.48% from 255) = 33.39%

 GREEN value IS 144 (56.64% from 255) = 26.42%

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

R = 33.39%
G = 26.42%
B = 40.18%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B690DB (or 0xB690DB) is known color: Biloba Flower. HEX triplet: B6, 90 and DB. RGB value is (182,144,219). Sum of RGB (Red+Green+Blue) = 182+144+219=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B690DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690DB is #496F24. Grayscale: #A3A3A3. Windows color (decimal): -4812581 or 14389430. OLE color: 14389430.

HSL color Cylindrical-coordinate representation of color #B690DB: hue angle of 270.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B690DB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 144 219 -
CMYK 0.17 0.34 0 0.14
HSL 270.4º 0.51% 0.71% -
HSV(B) 270.4º 0.34% 0.86% -
XYZ 42.05 35.01 71.56 -
YUV 163.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 182 144 219 0.17 0.34 0 0.14 270.4 0.51 0.71
Hex B6 90 DB 11 22 0 E 10E 33 47
Octal 266 220 333 21 42 0 16 416 63 107
Binary 10110110 10010000 11011011 10001 100010 0 1110 100001110 110011 1000111

Color Harmonies of #B690DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690DB

Black with #B690DB

Text Example


Text Example

White with #B690DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690DB; }

 p { color: rgb(182,144,219); }

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

background-color css

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

 a { background-color: rgb(182,144,219); }

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

border-color css

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

 span { border-color: rgb(182,144,219); }

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