Html Css Color HEX #B392FE Biloba Flower

📋 copy color: '#B392FE'

red 179 ◦ green 146 ◦ blue 254

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

Shades of Biloba Flower #B392FE

Tints of Biloba Flower #B392FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 30.92%
G = 25.22%
B = 43.87%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B392FE (or 0xB392FE) is known color: Biloba Flower. HEX triplet: B3, 92 and FE. RGB value is (179,146,254). Sum of RGB (Red+Green+Blue) = 179+146+254=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #B392FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B392FE is #4C6D01. Grayscale: #A7A7A7. Windows color (decimal): -5008642 or 16683699. OLE color: 16683699.

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

Color convert

RGB 179 146 254 -
CMYK 0.30 0.43 0 0.00
HSL 258.33º 0.98% 0.78% -
HSV(B) 258.33º 0.43% 1% -
XYZ 46.76 37.3 98.5 -
YUV 168.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 179 146 254 0.30 0.43 0 0.00 258.33 0.98 0.78
Hex B3 92 FE 1E 2B 0 0 102 62 4E
Octal 263 222 376 36 53 0 0 402 142 116
Binary 10110011 10010010 11111110 11110 101011 0 0 100000010 1100010 1001110

Color Harmonies of #B392FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392FE

Black with #B392FE

Text Example


Text Example

White with #B392FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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