Html Css Color HEX #B37DE1 Biloba Flower

📋 copy color: '#B37DE1'

red 179 ◦ green 125 ◦ blue 225

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

Shades of Biloba Flower #B37DE1

Tints of Biloba Flower #B37DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

 BLUE value IS 225 (88.28% from 255) = 42.53%

R = 33.84%
G = 23.63%
B = 42.53%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B37DE1 (or 0xB37DE1) is known color: Biloba Flower. HEX triplet: B3, 7D and E1. RGB value is (179,125,225). Sum of RGB (Red+Green+Blue) = 179+125+225=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #B37DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DE1 is #4C821E. Grayscale: #989898. Windows color (decimal): -5014047 or 14777779. OLE color: 14777779.

HSL color Cylindrical-coordinate representation of color #B37DE1: hue angle of 272.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B37DE1 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 125 225 -
CMYK 0.20 0.44 0 0.12
HSL 272.4º 0.63% 0.69% -
HSV(B) 272.4º 0.44% 0.88% -
XYZ 39.51 29.69 74.88 -
YUV 152.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 179 125 225 0.20 0.44 0 0.12 272.4 0.63 0.69
Hex B3 7D E1 14 2C 0 C 110 3E 45
Octal 263 175 341 24 54 0 14 420 76 105
Binary 10110011 1111101 11100001 10100 101100 0 1100 100010000 111110 1000101

Color Harmonies of #B37DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37DE1

Black with #B37DE1

Text Example


Text Example

White with #B37DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37DE1; }

 p { color: rgb(179,125,225); }

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

background-color css

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

 a { background-color: rgb(179,125,225); }

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

border-color css

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

 span { border-color: rgb(179,125,225); }

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