Html Css Color HEX #B38BDE Biloba Flower

📋 copy color: '#B38BDE'

red 179 ◦ green 139 ◦ blue 222

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

Shades of Biloba Flower #B38BDE

Tints of Biloba Flower #B38BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.74%

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 33.15%
G = 25.74%
B = 41.11%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B38BDE (or 0xB38BDE) is known color: Biloba Flower. HEX triplet: B3, 8B and DE. RGB value is (179,139,222). Sum of RGB (Red+Green+Blue) = 179+139+222=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #B38BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BDE is #4C7421. Grayscale: #A0A0A0. Windows color (decimal): -5010466 or 14584755. OLE color: 14584755.

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

Color convert

RGB 179 139 222 -
CMYK 0.19 0.37 0 0.13
HSL 268.92º 0.56% 0.71% -
HSV(B) 268.92º 0.37% 0.87% -
XYZ 41.01 33.32 73.38 -
YUV 160.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 179 139 222 0.19 0.37 0 0.13 268.92 0.56 0.71
Hex B3 8B DE 13 25 0 D 10D 38 47
Octal 263 213 336 23 45 0 15 415 70 107
Binary 10110011 10001011 11011110 10011 100101 0 1101 100001101 111000 1000111

Color Harmonies of #B38BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38BDE

Black with #B38BDE

Text Example


Text Example

White with #B38BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38BDE; }

 p { color: rgb(179,139,222); }

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

background-color css

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

 a { background-color: rgb(179,139,222); }

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

border-color css

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

 span { border-color: rgb(179,139,222); }

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