Html Css Color HEX #B37FE6 Biloba Flower

📋 copy color: '#B37FE6'

red 179 ◦ green 127 ◦ blue 230

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

Shades of Biloba Flower #B37FE6

Tints of Biloba Flower #B37FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 33.4%
G = 23.69%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B37FE6 (or 0xB37FE6) is known color: Biloba Flower. HEX triplet: B3, 7F and E6. RGB value is (179,127,230). Sum of RGB (Red+Green+Blue) = 179+127+230=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #B37FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37FE6 is #4C8019. Grayscale: #999999. Windows color (decimal): -5013530 or 15105971. OLE color: 15105971.

HSL color Cylindrical-coordinate representation of color #B37FE6: hue angle of 270.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B37FE6 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 127 230 -
CMYK 0.22 0.45 0 0.10
HSL 270.29º 0.67% 0.7% -
HSV(B) 270.29º 0.45% 0.9% -
XYZ 40.46 30.48 78.61 -
YUV 154.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 179 127 230 0.22 0.45 0 0.10 270.29 0.67 0.7
Hex B3 7F E6 16 2D 0 A 10E 43 46
Octal 263 177 346 26 55 0 12 416 103 106
Binary 10110011 1111111 11100110 10110 101101 0 1010 100001110 1000011 1000110

Color Harmonies of #B37FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FE6

Black with #B37FE6

Text Example


Text Example

White with #B37FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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