Html Css Color HEX #B38DD0 Biloba Flower

📋 copy color: '#B38DD0'

red 179 ◦ green 141 ◦ blue 208

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

Shades of Biloba Flower #B38DD0

Tints of Biloba Flower #B38DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.39%

R = 33.9%
G = 26.7%
B = 39.39%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B38DD0 (or 0xB38DD0) is known color: Biloba Flower. HEX triplet: B3, 8D and D0. RGB value is (179,141,208). Sum of RGB (Red+Green+Blue) = 179+141+208=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #B38DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DD0 is #4C722F. Grayscale: #9F9F9F. Windows color (decimal): -5009968 or 13667763. OLE color: 13667763.

HSL color Cylindrical-coordinate representation of color #B38DD0: hue angle of 274.03º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B38DD0 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 141 208 -
CMYK 0.14 0.32 0 0.18
HSL 274.03º 0.42% 0.68% -
HSV(B) 274.03º 0.32% 0.82% -
XYZ 39.5 33.19 64 -
YUV 160 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 179 141 208 0.14 0.32 0 0.18 274.03 0.42 0.68
Hex B3 8D D0 E 20 0 12 112 2A 44
Octal 263 215 320 16 40 0 22 422 52 104
Binary 10110011 10001101 11010000 1110 100000 0 10010 100010010 101010 1000100

Color Harmonies of #B38DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DD0

Black with #B38DD0

Text Example


Text Example

White with #B38DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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