Html Css Color HEX #B684DB Biloba Flower

📋 copy color: '#B684DB'

red 182 ◦ green 132 ◦ blue 219

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

Shades of Biloba Flower #B684DB

Tints of Biloba Flower #B684DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.77%

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

R = 34.15%
G = 24.77%
B = 41.09%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B684DB (or 0xB684DB) is known color: Biloba Flower. HEX triplet: B6, 84 and DB. RGB value is (182,132,219). Sum of RGB (Red+Green+Blue) = 182+132+219=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #B684DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684DB is #497B24. Grayscale: #9C9C9C. Windows color (decimal): -4815653 or 14386358. OLE color: 14386358.

HSL color Cylindrical-coordinate representation of color #B684DB: hue angle of 274.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B684DB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 132 219 -
CMYK 0.17 0.40 0 0.14
HSL 274.48º 0.55% 0.69% -
HSV(B) 274.48º 0.4% 0.86% -
XYZ 40.33 31.56 70.98 -
YUV 156.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 182 132 219 0.17 0.40 0 0.14 274.48 0.55 0.69
Hex B6 84 DB 11 28 0 E 112 37 45
Octal 266 204 333 21 50 0 16 422 67 105
Binary 10110110 10000100 11011011 10001 101000 0 1110 100010010 110111 1000101

Color Harmonies of #B684DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B684DB

Black with #B684DB

Text Example


Text Example

White with #B684DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B684DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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