Html Css Color HEX #B69BDD Biloba Flower

📋 copy color: '#B69BDD'

red 182 ◦ green 155 ◦ blue 221

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

Shades of Biloba Flower #B69BDD

Tints of Biloba Flower #B69BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.78%

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

R = 32.62%
G = 27.78%
B = 39.61%

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

#B69BDD (or 0xB69BDD) is known color: Biloba Flower. HEX triplet: B6, 9B and DD. RGB value is (182,155,221). Sum of RGB (Red+Green+Blue) = 182+155+221=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B69BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BDD is #496422. Grayscale: #AAAAAA. Windows color (decimal): -4809763 or 14523318. OLE color: 14523318.

HSL color Cylindrical-coordinate representation of color #B69BDD: hue angle of 264.55º degrees, saturation: 0.49, 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 #B69BDD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 155 221 -
CMYK 0.18 0.30 0 0.13
HSL 264.55º 0.49% 0.74% -
HSV(B) 264.55º 0.3% 0.87% -
XYZ 44.06 38.61 73.54 -
YUV 170.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 182 155 221 0.18 0.30 0 0.13 264.55 0.49 0.74
Hex B6 9B DD 12 1E 0 D 109 31 4A
Octal 266 233 335 22 36 0 15 411 61 112
Binary 10110110 10011011 11011101 10010 11110 0 1101 100001001 110001 1001010

Color Harmonies of #B69BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BDD

Black with #B69BDD

Text Example


Text Example

White with #B69BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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