Html Css Color HEX #B292EC Biloba Flower

📋 copy color: '#B292EC'

red 178 ◦ green 146 ◦ blue 236

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

Shades of Biloba Flower #B292EC

Tints of Biloba Flower #B292EC

RGB

 RED value IS 178 (69.92% from 255) = 31.79%

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

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

R = 31.79%
G = 26.07%
B = 42.14%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B292EC (or 0xB292EC) is known color: Biloba Flower. HEX triplet: B2, 92 and EC. RGB value is (178,146,236). Sum of RGB (Red+Green+Blue) = 178+146+236=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #B292EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B292EC is #4D6D13. Grayscale: #A5A5A5. Windows color (decimal): -5074196 or 15504050. OLE color: 15504050.

HSL color Cylindrical-coordinate representation of color #B292EC: hue angle of 261.33º 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 #B292EC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 146 236 -
CMYK 0.25 0.38 0 0.07
HSL 261.33º 0.7% 0.75% -
HSV(B) 261.33º 0.38% 0.93% -
XYZ 43.78 36.08 84.01 -
YUV 165.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 178 146 236 0.25 0.38 0 0.07 261.33 0.7 0.75
Hex B2 92 EC 19 26 0 7 105 46 4B
Octal 262 222 354 31 46 0 7 405 106 113
Binary 10110010 10010010 11101100 11001 100110 0 111 100000101 1000110 1001011

Color Harmonies of #B292EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B292EC

Black with #B292EC

Text Example


Text Example

White with #B292EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B292EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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