Html Css Color HEX #B28DDF Biloba Flower

📋 copy color: '#B28DDF'

red 178 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #B28DDF

Tints of Biloba Flower #B28DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 32.84%
G = 26.01%
B = 41.14%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B28DDF (or 0xB28DDF) is known color: Biloba Flower. HEX triplet: B2, 8D and DF. RGB value is (178,141,223). Sum of RGB (Red+Green+Blue) = 178+141+223=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #B28DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DDF is #4D7220. Grayscale: #A1A1A1. Windows color (decimal): -5075489 or 14650802. OLE color: 14650802.

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

Color convert

RGB 178 141 223 -
CMYK 0.20 0.37 0 0.13
HSL 267.07º 0.56% 0.71% -
HSV(B) 267.07º 0.37% 0.87% -
XYZ 41.2 33.84 74.17 -
YUV 161.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 178 141 223 0.20 0.37 0 0.13 267.07 0.56 0.71
Hex B2 8D DF 14 25 0 D 10B 38 47
Octal 262 215 337 24 45 0 15 413 70 107
Binary 10110010 10001101 11011111 10100 100101 0 1101 100001011 111000 1000111

Color Harmonies of #B28DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DDF

Black with #B28DDF

Text Example


Text Example

White with #B28DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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