Html Css Color HEX #B38DDA Biloba Flower

📋 copy color: '#B38DDA'

red 179 ◦ green 141 ◦ blue 218

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

Shades of Biloba Flower #B38DDA

Tints of Biloba Flower #B38DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 33.27%
G = 26.21%
B = 40.52%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B38DDA (or 0xB38DDA) is known color: Biloba Flower. HEX triplet: B3, 8D and DA. RGB value is (179,141,218). Sum of RGB (Red+Green+Blue) = 179+141+218=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #B38DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DDA is #4C7225. Grayscale: #A0A0A0. Windows color (decimal): -5009958 or 14323123. OLE color: 14323123.

HSL color Cylindrical-coordinate representation of color #B38DDA: hue angle of 269.61º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38DDA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 141 218 -
CMYK 0.18 0.35 0 0.15
HSL 269.61º 0.51% 0.7% -
HSV(B) 269.61º 0.35% 0.85% -
XYZ 40.77 33.7 70.68 -
YUV 161.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 179 141 218 0.18 0.35 0 0.15 269.61 0.51 0.7
Hex B3 8D DA 12 23 0 F 10E 33 46
Octal 263 215 332 22 43 0 17 416 63 106
Binary 10110011 10001101 11011010 10010 100011 0 1111 100001110 110011 1000110

Color Harmonies of #B38DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DDA

Black with #B38DDA

Text Example


Text Example

White with #B38DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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