Html Css Color HEX #B689DD Biloba Flower

📋 copy color: '#B689DD'

red 182 ◦ green 137 ◦ blue 221

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

Shades of Biloba Flower #B689DD

Tints of Biloba Flower #B689DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.37%

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 33.7%
G = 25.37%
B = 40.93%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B689DD (or 0xB689DD) is known color: Biloba Flower. HEX triplet: B6, 89 and DD. RGB value is (182,137,221). Sum of RGB (Red+Green+Blue) = 182+137+221=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #B689DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689DD is #497622. Grayscale: #9F9F9F. Windows color (decimal): -4814371 or 14518710. OLE color: 14518710.

HSL color Cylindrical-coordinate representation of color #B689DD: hue angle of 272.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B689DD is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 137 221 -
CMYK 0.18 0.38 0 0.13
HSL 272.14º 0.55% 0.7% -
HSV(B) 272.14º 0.38% 0.87% -
XYZ 41.29 33.06 72.61 -
YUV 160.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 182 137 221 0.18 0.38 0 0.13 272.14 0.55 0.7
Hex B6 89 DD 12 26 0 D 110 37 46
Octal 266 211 335 22 46 0 15 420 67 106
Binary 10110110 10001001 11011101 10010 100110 0 1101 100010000 110111 1000110

Color Harmonies of #B689DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689DD

Black with #B689DD

Text Example


Text Example

White with #B689DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689DD; }

 p { color: rgb(182,137,221); }

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

background-color css

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

 a { background-color: rgb(182,137,221); }

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

border-color css

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

 span { border-color: rgb(182,137,221); }

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