Html Css Color HEX #B289D8 Biloba Flower

📋 copy color: '#B289D8'

red 178 ◦ green 137 ◦ blue 216

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

Shades of Biloba Flower #B289D8

Tints of Biloba Flower #B289D8

RGB

 RED value IS 178 (69.92% from 255) = 33.52%

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

 BLUE value IS 216 (84.77% from 255) = 40.68%

R = 33.52%
G = 25.8%
B = 40.68%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B289D8 (or 0xB289D8) is known color: Biloba Flower. HEX triplet: B2, 89 and D8. RGB value is (178,137,216). Sum of RGB (Red+Green+Blue) = 178+137+216=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #B289D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289D8 is #4D7627. Grayscale: #9D9D9D. Windows color (decimal): -5076520 or 14191026. OLE color: 14191026.

HSL color Cylindrical-coordinate representation of color #B289D8: hue angle of 271.14º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B289D8 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 137 216 -
CMYK 0.18 0.37 0 0.15
HSL 271.14º 0.5% 0.69% -
HSV(B) 271.14º 0.37% 0.85% -
XYZ 39.7 32.31 69.11 -
YUV 158.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 178 137 216 0.18 0.37 0 0.15 271.14 0.5 0.69
Hex B2 89 D8 12 25 0 F 10F 32 45
Octal 262 211 330 22 45 0 17 417 62 105
Binary 10110010 10001001 11011000 10010 100101 0 1111 100001111 110010 1000101

Color Harmonies of #B289D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B289D8

Black with #B289D8

Text Example


Text Example

White with #B289D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B289D8; }

 p { color: rgb(178,137,216); }

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

background-color css

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

 a { background-color: rgb(178,137,216); }

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

border-color css

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

 span { border-color: rgb(178,137,216); }

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