Html Css Color HEX #B69ADD Biloba Flower

📋 copy color: '#B69ADD'

red 182 ◦ green 154 ◦ blue 221

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

Shades of Biloba Flower #B69ADD

Tints of Biloba Flower #B69ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.65%

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

R = 32.68%
G = 27.65%
B = 39.68%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B69ADD (or 0xB69ADD) is known color: Biloba Flower. HEX triplet: B6, 9A and DD. RGB value is (182,154,221). Sum of RGB (Red+Green+Blue) = 182+154+221=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #B69ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ADD is #496522. Grayscale: #A9A9A9. Windows color (decimal): -4810019 or 14523062. OLE color: 14523062.

HSL color Cylindrical-coordinate representation of color #B69ADD: hue angle of 265.07º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69ADD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 154 221 -
CMYK 0.18 0.30 0 0.13
HSL 265.07º 0.5% 0.74% -
HSV(B) 265.07º 0.3% 0.87% -
XYZ 43.9 38.28 73.48 -
YUV 170.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 182 154 221 0.18 0.30 0 0.13 265.07 0.5 0.74
Hex B6 9A DD 12 1E 0 D 109 32 4A
Octal 266 232 335 22 36 0 15 411 62 112
Binary 10110110 10011010 11011101 10010 11110 0 1101 100001001 110010 1001010

Color Harmonies of #B69ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69ADD

Black with #B69ADD

Text Example


Text Example

White with #B69ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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