Html Css Color HEX #B37CEA Biloba Flower

📋 copy color: '#B37CEA'

red 179 ◦ green 124 ◦ blue 234

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

Shades of Biloba Flower #B37CEA

Tints of Biloba Flower #B37CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 33.33%
G = 23.09%
B = 43.58%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B37CEA (or 0xB37CEA) is known color: Biloba Flower. HEX triplet: B3, 7C and EA. RGB value is (179,124,234). Sum of RGB (Red+Green+Blue) = 179+124+234=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #B37CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CEA is #4C8315. Grayscale: #989898. Windows color (decimal): -5014294 or 15367347. OLE color: 15367347.

HSL color Cylindrical-coordinate representation of color #B37CEA: hue angle of 270º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B37CEA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 124 234 -
CMYK 0.24 0.47 0 0.08
HSL 270º 0.72% 0.7% -
HSV(B) 270º 0.47% 0.92% -
XYZ 40.65 29.94 81.48 -
YUV 152.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 179 124 234 0.24 0.47 0 0.08 270 0.72 0.7
Hex B3 7C EA 18 2F 0 8 10E 48 46
Octal 263 174 352 30 57 0 10 416 110 106
Binary 10110011 1111100 11101010 11000 101111 0 1000 100001110 1001000 1000110

Color Harmonies of #B37CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CEA

Black with #B37CEA

Text Example


Text Example

White with #B37CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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