Html Css Color HEX #B693DB Biloba Flower

📋 copy color: '#B693DB'

red 182 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #B693DB

Tints of Biloba Flower #B693DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.82%

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

R = 33.21%
G = 26.82%
B = 39.96%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B693DB (or 0xB693DB) is known color: Biloba Flower. HEX triplet: B6, 93 and DB. RGB value is (182,147,219). Sum of RGB (Red+Green+Blue) = 182+147+219=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #B693DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693DB is #496C24. Grayscale: #A5A5A5. Windows color (decimal): -4811813 or 14390198. OLE color: 14390198.

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

Color convert

RGB 182 147 219 -
CMYK 0.17 0.33 0 0.14
HSL 269.17º 0.5% 0.72% -
HSV(B) 269.17º 0.33% 0.86% -
XYZ 42.51 35.93 71.71 -
YUV 165.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 182 147 219 0.17 0.33 0 0.14 269.17 0.5 0.72
Hex B6 93 DB 11 21 0 E 10D 32 48
Octal 266 223 333 21 41 0 16 415 62 110
Binary 10110110 10010011 11011011 10001 100001 0 1110 100001101 110010 1001000

Color Harmonies of #B693DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B693DB

Black with #B693DB

Text Example


Text Example

White with #B693DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B693DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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