Html Css Color HEX #B37CE7 Biloba Flower

📋 copy color: '#B37CE7'

red 179 ◦ green 124 ◦ blue 231

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

Shades of Biloba Flower #B37CE7

Tints of Biloba Flower #B37CE7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.22%

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 33.52%
G = 23.22%
B = 43.26%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B37CE7 (or 0xB37CE7) is known color: Biloba Flower. HEX triplet: B3, 7C and E7. RGB value is (179,124,231). Sum of RGB (Red+Green+Blue) = 179+124+231=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #B37CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CE7 is #4C8318. Grayscale: #989898. Windows color (decimal): -5014297 or 15170739. OLE color: 15170739.

HSL color Cylindrical-coordinate representation of color #B37CE7: hue angle of 270.84º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B37CE7 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 124 231 -
CMYK 0.23 0.46 0 0.09
HSL 270.84º 0.69% 0.7% -
HSV(B) 270.84º 0.46% 0.91% -
XYZ 40.22 29.77 79.23 -
YUV 152.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 179 124 231 0.23 0.46 0 0.09 270.84 0.69 0.7
Hex B3 7C E7 17 2E 0 9 10F 45 46
Octal 263 174 347 27 56 0 11 417 105 106
Binary 10110011 1111100 11100111 10111 101110 0 1001 100001111 1000101 1000110

Color Harmonies of #B37CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CE7

Black with #B37CE7

Text Example


Text Example

White with #B37CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CE7; }

 p { color: rgb(179,124,231); }

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

background-color css

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

 a { background-color: rgb(179,124,231); }

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

border-color css

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

 span { border-color: rgb(179,124,231); }

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