Html Css Color HEX #B37FE4 Biloba Flower

📋 copy color: '#B37FE4'

red 179 ◦ green 127 ◦ blue 228

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

Shades of Biloba Flower #B37FE4

Tints of Biloba Flower #B37FE4

RGB

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

 GREEN value IS 127 (50% from 255) = 23.78%

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

R = 33.52%
G = 23.78%
B = 42.7%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B37FE4 (or 0xB37FE4) is known color: Biloba Flower. HEX triplet: B3, 7F and E4. RGB value is (179,127,228). Sum of RGB (Red+Green+Blue) = 179+127+228=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #B37FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FE4 is #4C801B. Grayscale: #999999. Windows color (decimal): -5013532 or 14974899. OLE color: 14974899.

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

Color convert

RGB 179 127 228 -
CMYK 0.21 0.44 0 0.11
HSL 270.89º 0.65% 0.7% -
HSV(B) 270.89º 0.44% 0.89% -
XYZ 40.18 30.36 77.14 -
YUV 154.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 179 127 228 0.21 0.44 0 0.11 270.89 0.65 0.7
Hex B3 7F E4 15 2C 0 B 10F 41 46
Octal 263 177 344 25 54 0 13 417 101 106
Binary 10110011 1111111 11100100 10101 101100 0 1011 100001111 1000001 1000110

Color Harmonies of #B37FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FE4

Black with #B37FE4

Text Example


Text Example

White with #B37FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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