Html Css Color HEX #B39DEE Biloba Flower

📋 copy color: '#B39DEE'

red 179 ◦ green 157 ◦ blue 238

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

Shades of Biloba Flower #B39DEE

Tints of Biloba Flower #B39DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.35%

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 31.18%
G = 27.35%
B = 41.46%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B39DEE (or 0xB39DEE) is known color: Biloba Flower. HEX triplet: B3, 9D and EE. RGB value is (179,157,238). Sum of RGB (Red+Green+Blue) = 179+157+238=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #B39DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39DEE is #4C6211. Grayscale: #ACACAC. Windows color (decimal): -5005842 or 15637939. OLE color: 15637939.

HSL color Cylindrical-coordinate representation of color #B39DEE: hue angle of 256.3º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39DEE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 157 238 -
CMYK 0.25 0.34 0 0.07
HSL 256.3º 0.7% 0.77% -
HSV(B) 256.3º 0.34% 0.93% -
XYZ 46.08 39.87 86.16 -
YUV 172.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 179 157 238 0.25 0.34 0 0.07 256.3 0.7 0.77
Hex B3 9D EE 19 22 0 7 100 46 4D
Octal 263 235 356 31 42 0 7 400 106 115
Binary 10110011 10011101 11101110 11001 100010 0 111 100000000 1000110 1001101

Color Harmonies of #B39DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DEE

Black with #B39DEE

Text Example


Text Example

White with #B39DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DEE; }

 p { color: rgb(179,157,238); }

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

background-color css

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

 a { background-color: rgb(179,157,238); }

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

border-color css

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

 span { border-color: rgb(179,157,238); }

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