Html Css Color HEX #B392EC Biloba Flower

📋 copy color: '#B392EC'

red 179 ◦ green 146 ◦ blue 236

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

Shades of Biloba Flower #B392EC

Tints of Biloba Flower #B392EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 31.91%
G = 26.02%
B = 42.07%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B392EC (or 0xB392EC) is known color: Biloba Flower. HEX triplet: B3, 92 and EC. RGB value is (179,146,236). Sum of RGB (Red+Green+Blue) = 179+146+236=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #B392EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B392EC is #4C6D13. Grayscale: #A5A5A5. Windows color (decimal): -5008660 or 15504051. OLE color: 15504051.

HSL color Cylindrical-coordinate representation of color #B392EC: hue angle of 262º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B392EC is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 146 236 -
CMYK 0.24 0.38 0 0.07
HSL 262º 0.7% 0.75% -
HSV(B) 262º 0.38% 0.93% -
XYZ 44.01 36.2 84.02 -
YUV 166.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 179 146 236 0.24 0.38 0 0.07 262 0.7 0.75
Hex B3 92 EC 18 26 0 7 106 46 4B
Octal 263 222 354 30 46 0 7 406 106 113
Binary 10110011 10010010 11101100 11000 100110 0 111 100000110 1000110 1001011

Color Harmonies of #B392EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392EC

Black with #B392EC

Text Example


Text Example

White with #B392EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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