Html Css Color HEX #B391E0 Biloba Flower

📋 copy color: '#B391E0'

red 179 ◦ green 145 ◦ blue 224

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

Shades of Biloba Flower #B391E0

Tints of Biloba Flower #B391E0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.46%

 BLUE value IS 224 (87.89% from 255) = 40.88%

R = 32.66%
G = 26.46%
B = 40.88%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B391E0 (or 0xB391E0) is known color: Biloba Flower. HEX triplet: B3, 91 and E0. RGB value is (179,145,224). Sum of RGB (Red+Green+Blue) = 179+145+224=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #B391E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391E0 is #4C6E1F. Grayscale: #A3A3A3. Windows color (decimal): -5008928 or 14717363. OLE color: 14717363.

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

Color convert

RGB 179 145 224 -
CMYK 0.20 0.35 0 0.12
HSL 265.82º 0.56% 0.72% -
HSV(B) 265.82º 0.35% 0.88% -
XYZ 42.17 35.22 75.1 -
YUV 164.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 179 145 224 0.20 0.35 0 0.12 265.82 0.56 0.72
Hex B3 91 E0 14 23 0 C 10A 38 48
Octal 263 221 340 24 43 0 14 412 70 110
Binary 10110011 10010001 11100000 10100 100011 0 1100 100001010 111000 1001000

Color Harmonies of #B391E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B391E0

Black with #B391E0

Text Example


Text Example

White with #B391E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B391E0; }

 p { color: rgb(179,145,224); }

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

background-color css

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

 a { background-color: rgb(179,145,224); }

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

border-color css

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

 span { border-color: rgb(179,145,224); }

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