Html Css Color HEX #B695DB Biloba Flower

📋 copy color: '#B695DB'

red 182 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #B695DB

Tints of Biloba Flower #B695DB

RGB

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

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

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

R = 33.09%
G = 27.09%
B = 39.82%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B695DB (or 0xB695DB) is known color: Biloba Flower. HEX triplet: B6, 95 and DB. RGB value is (182,149,219). Sum of RGB (Red+Green+Blue) = 182+149+219=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 149 (58.59% from 255 or 27.09% 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 #B695DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695DB is #496A24. Grayscale: #A6A6A6. Windows color (decimal): -4811301 or 14390710. OLE color: 14390710.

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

Color convert

RGB 182 149 219 -
CMYK 0.17 0.32 0 0.14
HSL 268.29º 0.49% 0.72% -
HSV(B) 268.29º 0.32% 0.86% -
XYZ 42.83 36.55 71.82 -
YUV 166.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 182 149 219 0.17 0.32 0 0.14 268.29 0.49 0.72
Hex B6 95 DB 11 20 0 E 10C 31 48
Octal 266 225 333 21 40 0 16 414 61 110
Binary 10110110 10010101 11011011 10001 100000 0 1110 100001100 110001 1001000

Color Harmonies of #B695DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695DB

Black with #B695DB

Text Example


Text Example

White with #B695DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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