Html Css Color HEX #B39DE4 Biloba Flower

📋 copy color: '#B39DE4'

red 179 ◦ green 157 ◦ blue 228

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

Shades of Biloba Flower #B39DE4

Tints of Biloba Flower #B39DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.43%

R = 31.74%
G = 27.84%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B39DE4 (or 0xB39DE4) is known color: Biloba Flower. HEX triplet: B3, 9D and E4. RGB value is (179,157,228). Sum of RGB (Red+Green+Blue) = 179+157+228=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #B39DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DE4 is #4C621B. Grayscale: #ABABAB. Windows color (decimal): -5005852 or 14982579. OLE color: 14982579.

HSL color Cylindrical-coordinate representation of color #B39DE4: hue angle of 258.59º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B39DE4 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 157 228 -
CMYK 0.21 0.31 0 0.11
HSL 258.59º 0.57% 0.75% -
HSV(B) 258.59º 0.31% 0.89% -
XYZ 44.65 39.3 78.63 -
YUV 171.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 179 157 228 0.21 0.31 0 0.11 258.59 0.57 0.75
Hex B3 9D E4 15 1F 0 B 103 39 4B
Octal 263 235 344 25 37 0 13 403 71 113
Binary 10110011 10011101 11100100 10101 11111 0 1011 100000011 111001 1001011

Color Harmonies of #B39DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DE4

Black with #B39DE4

Text Example


Text Example

White with #B39DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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