Html Css Color HEX #B38DDF Biloba Flower

📋 copy color: '#B38DDF'

red 179 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #B38DDF

Tints of Biloba Flower #B38DDF

RGB

 RED value IS 179 (70.31% from 255) = 32.97%

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

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

R = 32.97%
G = 25.97%
B = 41.07%

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

#B38DDF (or 0xB38DDF) is known color: Biloba Flower. HEX triplet: B3, 8D and DF. RGB value is (179,141,223). Sum of RGB (Red+Green+Blue) = 179+141+223=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #B38DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DDF is #4C7220. Grayscale: #A1A1A1. Windows color (decimal): -5009953 or 14650803. OLE color: 14650803.

HSL color Cylindrical-coordinate representation of color #B38DDF: hue angle of 267.8º 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 #B38DDF is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 141 223 -
CMYK 0.20 0.37 0 0.13
HSL 267.8º 0.56% 0.71% -
HSV(B) 267.8º 0.37% 0.87% -
XYZ 41.43 33.96 74.18 -
YUV 161.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 179 141 223 0.20 0.37 0 0.13 267.8 0.56 0.71
Hex B3 8D DF 14 25 0 D 10C 38 47
Octal 263 215 337 24 45 0 15 414 70 107
Binary 10110011 10001101 11011111 10100 100101 0 1101 100001100 111000 1000111

Color Harmonies of #B38DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DDF

Black with #B38DDF

Text Example


Text Example

White with #B38DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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