Html Css Color HEX #B392FA Biloba Flower

📋 copy color: '#B392FA'

red 179 ◦ green 146 ◦ blue 250

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

Shades of Biloba Flower #B392FA

Tints of Biloba Flower #B392FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 31.13%
G = 25.39%
B = 43.48%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B392FA (or 0xB392FA) is known color: Biloba Flower. HEX triplet: B3, 92 and FA. RGB value is (179,146,250). Sum of RGB (Red+Green+Blue) = 179+146+250=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #B392FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B392FA is #4C6D05. Grayscale: #A7A7A7. Windows color (decimal): -5008646 or 16421555. OLE color: 16421555.

HSL color Cylindrical-coordinate representation of color #B392FA: hue angle of 259.04º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B392FA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 146 250 -
CMYK 0.28 0.42 0 0.02
HSL 259.04º 0.91% 0.78% -
HSV(B) 259.04º 0.42% 0.98% -
XYZ 46.12 37.04 95.16 -
YUV 167.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 179 146 250 0.28 0.42 0 0.02 259.04 0.91 0.78
Hex B3 92 FA 1C 2A 0 2 103 5B 4E
Octal 263 222 372 34 52 0 2 403 133 116
Binary 10110011 10010010 11111010 11100 101010 0 10 100000011 1011011 1001110

Color Harmonies of #B392FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392FA

Black with #B392FA

Text Example


Text Example

White with #B392FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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