Html Css Color HEX #B38EDD Biloba Flower

📋 copy color: '#B38EDD'

red 179 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #B38EDD

Tints of Biloba Flower #B38EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.2%

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 33.03%
G = 26.2%
B = 40.77%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B38EDD (or 0xB38EDD) is known color: Biloba Flower. HEX triplet: B3, 8E and DD. RGB value is (179,142,221). Sum of RGB (Red+Green+Blue) = 179+142+221=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #B38EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38EDD is #4C7122. Grayscale: #A1A1A1. Windows color (decimal): -5009699 or 14519987. OLE color: 14519987.

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

Color convert

RGB 179 142 221 -
CMYK 0.19 0.36 0 0.13
HSL 268.1º 0.54% 0.71% -
HSV(B) 268.1º 0.36% 0.87% -
XYZ 41.31 34.15 72.82 -
YUV 162.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 179 142 221 0.19 0.36 0 0.13 268.1 0.54 0.71
Hex B3 8E DD 13 24 0 D 10C 36 47
Octal 263 216 335 23 44 0 15 414 66 107
Binary 10110011 10001110 11011101 10011 100100 0 1101 100001100 110110 1000111

Color Harmonies of #B38EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38EDD

Black with #B38EDD

Text Example


Text Example

White with #B38EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38EDD; }

 p { color: rgb(179,142,221); }

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

background-color css

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

 a { background-color: rgb(179,142,221); }

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

border-color css

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

 span { border-color: rgb(179,142,221); }

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