Html Css Color HEX #B28DDA Biloba Flower

📋 copy color: '#B28DDA'

red 178 ◦ green 141 ◦ blue 218

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

Shades of Biloba Flower #B28DDA

Tints of Biloba Flower #B28DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 33.15%
G = 26.26%
B = 40.6%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B28DDA (or 0xB28DDA) is known color: Biloba Flower. HEX triplet: B2, 8D and DA. RGB value is (178,141,218). Sum of RGB (Red+Green+Blue) = 178+141+218=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #B28DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DDA is #4D7225. Grayscale: #A0A0A0. Windows color (decimal): -5075494 or 14323122. OLE color: 14323122.

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

Color convert

RGB 178 141 218 -
CMYK 0.18 0.35 0 0.15
HSL 268.83º 0.51% 0.7% -
HSV(B) 268.83º 0.35% 0.85% -
XYZ 40.54 33.58 70.67 -
YUV 160.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 178 141 218 0.18 0.35 0 0.15 268.83 0.51 0.7
Hex B2 8D DA 12 23 0 F 10D 33 46
Octal 262 215 332 22 43 0 17 415 63 106
Binary 10110010 10001101 11011010 10010 100011 0 1111 100001101 110011 1000110

Color Harmonies of #B28DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DDA

Black with #B28DDA

Text Example


Text Example

White with #B28DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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