Html Css Color HEX #B392F6 Biloba Flower

📋 copy color: '#B392F6'

red 179 ◦ green 146 ◦ blue 246

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

Shades of Biloba Flower #B392F6

Tints of Biloba Flower #B392F6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.57%

 BLUE value IS 246 (96.48% from 255) = 43.08%

R = 31.35%
G = 25.57%
B = 43.08%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B392F6 (or 0xB392F6) is known color: Biloba Flower. HEX triplet: B3, 92 and F6. RGB value is (179,146,246). Sum of RGB (Red+Green+Blue) = 179+146+246=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #B392F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B392F6 is #4C6D09. Grayscale: #A6A6A6. Windows color (decimal): -5008650 or 16159411. OLE color: 16159411.

HSL color Cylindrical-coordinate representation of color #B392F6: hue angle of 259.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B392F6 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 146 246 -
CMYK 0.27 0.41 0 0.04
HSL 259.8º 0.85% 0.77% -
HSV(B) 259.8º 0.41% 0.96% -
XYZ 45.5 36.8 91.89 -
YUV 167.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 179 146 246 0.27 0.41 0 0.04 259.8 0.85 0.77
Hex B3 92 F6 1B 29 0 4 104 55 4D
Octal 263 222 366 33 51 0 4 404 125 115
Binary 10110011 10010010 11110110 11011 101001 0 100 100000100 1010101 1001101

Color Harmonies of #B392F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392F6

Black with #B392F6

Text Example


Text Example

White with #B392F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392F6; }

 p { color: rgb(179,146,246); }

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

background-color css

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

 a { background-color: rgb(179,146,246); }

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

border-color css

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

 span { border-color: rgb(179,146,246); }

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