Html Css Color HEX #B38DD2 Biloba Flower

📋 copy color: '#B38DD2'

red 179 ◦ green 141 ◦ blue 210

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

Shades of Biloba Flower #B38DD2

Tints of Biloba Flower #B38DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.62%

R = 33.77%
G = 26.6%
B = 39.62%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B38DD2 (or 0xB38DD2) is known color: Biloba Flower. HEX triplet: B3, 8D and D2. RGB value is (179,141,210). Sum of RGB (Red+Green+Blue) = 179+141+210=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #B38DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DD2 is #4C722D. Grayscale: #9F9F9F. Windows color (decimal): -5009966 or 13798835. OLE color: 13798835.

HSL color Cylindrical-coordinate representation of color #B38DD2: hue angle of 273.04º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B38DD2 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 141 210 -
CMYK 0.15 0.33 0 0.18
HSL 273.04º 0.43% 0.69% -
HSV(B) 273.04º 0.33% 0.82% -
XYZ 39.75 33.29 65.3 -
YUV 160.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 179 141 210 0.15 0.33 0 0.18 273.04 0.43 0.69
Hex B3 8D D2 F 21 0 12 111 2B 45
Octal 263 215 322 17 41 0 22 421 53 105
Binary 10110011 10001101 11010010 1111 100001 0 10010 100010001 101011 1000101

Color Harmonies of #B38DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DD2

Black with #B38DD2

Text Example


Text Example

White with #B38DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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