Html Css Color HEX #B28ADE Biloba Flower

📋 copy color: '#B28ADE'

red 178 ◦ green 138 ◦ blue 222

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

Shades of Biloba Flower #B28ADE

Tints of Biloba Flower #B28ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.65%

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 33.09%
G = 25.65%
B = 41.26%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B28ADE (or 0xB28ADE) is known color: Biloba Flower. HEX triplet: B2, 8A and DE. RGB value is (178,138,222). Sum of RGB (Red+Green+Blue) = 178+138+222=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #B28ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ADE is #4D7521. Grayscale: #9F9F9F. Windows color (decimal): -5076258 or 14584498. OLE color: 14584498.

HSL color Cylindrical-coordinate representation of color #B28ADE: hue angle of 268.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28ADE is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 138 222 -
CMYK 0.20 0.38 0 0.13
HSL 268.57º 0.56% 0.71% -
HSV(B) 268.57º 0.38% 0.87% -
XYZ 40.63 32.92 73.32 -
YUV 159.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 178 138 222 0.20 0.38 0 0.13 268.57 0.56 0.71
Hex B2 8A DE 14 26 0 D 10D 38 47
Octal 262 212 336 24 46 0 15 415 70 107
Binary 10110010 10001010 11011110 10100 100110 0 1101 100001101 111000 1000111

Color Harmonies of #B28ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28ADE

Black with #B28ADE

Text Example


Text Example

White with #B28ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28ADE; }

 p { color: rgb(178,138,222); }

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

background-color css

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

 a { background-color: rgb(178,138,222); }

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

border-color css

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

 span { border-color: rgb(178,138,222); }

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