Html Css Color HEX #B682DB Biloba Flower

📋 copy color: '#B682DB'

red 182 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #B682DB

Tints of Biloba Flower #B682DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.48%

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

R = 34.27%
G = 24.48%
B = 41.24%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B682DB (or 0xB682DB) is known color: Biloba Flower. HEX triplet: B6, 82 and DB. RGB value is (182,130,219). Sum of RGB (Red+Green+Blue) = 182+130+219=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #B682DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682DB is #497D24. Grayscale: #9B9B9B. Windows color (decimal): -4816165 or 14385846. OLE color: 14385846.

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

Color convert

RGB 182 130 219 -
CMYK 0.17 0.41 0 0.14
HSL 275.06º 0.55% 0.68% -
HSV(B) 275.06º 0.41% 0.86% -
XYZ 40.06 31.02 70.89 -
YUV 155.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 182 130 219 0.17 0.41 0 0.14 275.06 0.55 0.68
Hex B6 82 DB 11 29 0 E 113 37 44
Octal 266 202 333 21 51 0 16 423 67 104
Binary 10110110 10000010 11011011 10001 101001 0 1110 100010011 110111 1000100

Color Harmonies of #B682DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682DB

Black with #B682DB

Text Example


Text Example

White with #B682DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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