Html Css Color HEX #B28ADC Biloba Flower

📋 copy color: '#B28ADC'

red 178 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #B28ADC

Tints of Biloba Flower #B28ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 33.21%
G = 25.75%
B = 41.04%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B28ADC (or 0xB28ADC) is known color: Biloba Flower. HEX triplet: B2, 8A and DC. RGB value is (178,138,220). Sum of RGB (Red+Green+Blue) = 178+138+220=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #B28ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ADC is #4D7523. Grayscale: #9F9F9F. Windows color (decimal): -5076260 or 14453426. OLE color: 14453426.

HSL color Cylindrical-coordinate representation of color #B28ADC: hue angle of 269.27º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B28ADC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 138 220 -
CMYK 0.19 0.37 0 0.14
HSL 269.27º 0.54% 0.7% -
HSV(B) 269.27º 0.37% 0.86% -
XYZ 40.37 32.81 71.92 -
YUV 159.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 178 138 220 0.19 0.37 0 0.14 269.27 0.54 0.7
Hex B2 8A DC 13 25 0 E 10D 36 46
Octal 262 212 334 23 45 0 16 415 66 106
Binary 10110010 10001010 11011100 10011 100101 0 1110 100001101 110110 1000110

Color Harmonies of #B28ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28ADC

Black with #B28ADC

Text Example


Text Example

White with #B28ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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