Html Css Color HEX #B28DD5 Biloba Flower

📋 copy color: '#B28DD5'

red 178 ◦ green 141 ◦ blue 213

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

Shades of Biloba Flower #B28DD5

Tints of Biloba Flower #B28DD5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.5%

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 33.46%
G = 26.5%
B = 40.04%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B28DD5 (or 0xB28DD5) is known color: Biloba Flower. HEX triplet: B2, 8D and D5. RGB value is (178,141,213). Sum of RGB (Red+Green+Blue) = 178+141+213=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #B28DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DD5 is #4D722A. Grayscale: #A0A0A0. Windows color (decimal): -5075499 or 13995442. OLE color: 13995442.

HSL color Cylindrical-coordinate representation of color #B28DD5: hue angle of 270.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B28DD5 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 141 213 -
CMYK 0.16 0.34 0 0.16
HSL 270.83º 0.46% 0.69% -
HSV(B) 270.83º 0.34% 0.84% -
XYZ 39.9 33.32 67.28 -
YUV 160.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 178 141 213 0.16 0.34 0 0.16 270.83 0.46 0.69
Hex B2 8D D5 10 22 0 10 10F 2E 45
Octal 262 215 325 20 42 0 20 417 56 105
Binary 10110010 10001101 11010101 10000 100010 0 10000 100001111 101110 1000101

Color Harmonies of #B28DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DD5

Black with #B28DD5

Text Example


Text Example

White with #B28DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DD5; }

 p { color: rgb(178,141,213); }

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

background-color css

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

 a { background-color: rgb(178,141,213); }

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

border-color css

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

 span { border-color: rgb(178,141,213); }

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