Html Css Color HEX #B391FF Biloba Flower

📋 copy color: '#B391FF'

red 179 ◦ green 145 ◦ blue 255

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

Shades of Biloba Flower #B391FF

Tints of Biloba Flower #B391FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.04%

R = 30.92%
G = 25.04%
B = 44.04%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B391FF (or 0xB391FF) is known color: Biloba Flower. HEX triplet: B3, 91 and FF. RGB value is (179,145,255). Sum of RGB (Red+Green+Blue) = 179+145+255=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B391FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391FF is #4C6E00. Grayscale: #A7A7A7. Windows color (decimal): -5008897 or 16748979. OLE color: 16748979.

HSL color Cylindrical-coordinate representation of color #B391FF: hue angle of 258.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B391FF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 145 255 -
CMYK 0.30 0.43 0 0
HSL 258.55º 1% 0.78% -
HSV(B) 258.55º 0.43% 1% -
XYZ 46.77 37.05 99.3 -
YUV 167.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 179 145 255 0.30 0.43 0 0 258.55 1 0.78
Hex B3 91 FF 1E 2B 0 0 103 64 4E
Octal 263 221 377 36 53 0 0 403 144 116
Binary 10110011 10010001 11111111 11110 101011 0 0 100000011 1100100 1001110

Color Harmonies of #B391FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B391FF

Black with #B391FF

Text Example


Text Example

White with #B391FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B391FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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